Skip to content

Commit

Permalink
fix: update before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mrseanryan committed Jan 7, 2022
1 parent dbe9544 commit f296e0c
Show file tree
Hide file tree
Showing 3 changed files with 2,274 additions and 3,678 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard-sr": "^8.2.0",
"typedoc": "^0.20.14",
"typedoc": "^0.22.10",
"typescript": "^4.1.3"
},
"peerDependencies": {
Expand All @@ -105,7 +105,7 @@
"lint": "tslint -p tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
"lint:local": "tslint -p tsconfig.json -t codeFrame",
"prebuild": "rimraf dist",
"build": "tsc --module commonjs && typedoc --out docs --theme minimal src",
"build": "tsc --module commonjs && typedoc --out docs src/tslint-folders.ts",
"build:minimal": "tsc --module commonjs",
"start": "yarn clean && yarn build && yarn test && yarn lint",
"test": "yarn build:minimal && yarn lint && yarn tsl:test && yarn test:unit",
Expand Down
2 changes: 0 additions & 2 deletions testHarness/simple-typescript-project/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"rules": {
"adjacent-overload-signatures": true,
"ban-types": false,
"member-access": [true, "no-public"],
"member-ordering": [true, "static-before-instance"],
"no-any": false,
"no-empty-interface": true,
"no-import-side-effect": false,
Expand Down
Loading

0 comments on commit f296e0c

Please sign in to comment.