Skip to content

Commit 243ca5a

Browse files
committed
test: use tslint directly to lint repository
1 parent 4c1f7e4 commit 243ca5a

File tree

3 files changed

+1
-105
lines changed

3 files changed

+1
-105
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"build-tsc": "tsc -p tsconfig.json",
3030
"debug:test": "node --inspect-brk ./bin/devkit-admin test",
3131
"debug:test-large": "node --inspect-brk ./bin/devkit-admin test --large --spec-reporter",
32-
"fix": "node ./bin/devkit-admin lint --fix",
33-
"lint": "node ./bin/devkit-admin lint",
32+
"lint": "tslint --project tsconfig.json",
3433
"templates": "node ./bin/devkit-admin templates",
3534
"validate": "node ./bin/devkit-admin validate",
3635
"validate-commits": "./bin/devkit-admin validate-commits",

scripts/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ Flags:
4242
* `--githubTokenFile=<path>`. Reads the githubToken from a file instead of the command line (for CI).
4343
* `--stdout`. Skip the whole release note process and output the markdown to stdout instead.
4444

45-
## lint
46-
47-
Runs tslint on the whole repo.
48-
49-
Flags:
50-
51-
* `--fix`. Also applies fixes.
52-
5345
## packages
5446

5547
Outputs a JSON containing all informations from the package script (main files, repo names, versions, deps, etc).

scripts/lint.ts

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)