Skip to content

Commit

Permalink
test: use tslint directly to lint repository
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Oct 3, 2020
1 parent 4c1f7e4 commit 243ca5a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 105 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -29,8 +29,7 @@
"build-tsc": "tsc -p tsconfig.json",
"debug:test": "node --inspect-brk ./bin/devkit-admin test",
"debug:test-large": "node --inspect-brk ./bin/devkit-admin test --large --spec-reporter",
"fix": "node ./bin/devkit-admin lint --fix",
"lint": "node ./bin/devkit-admin lint",
"lint": "tslint --project tsconfig.json",
"templates": "node ./bin/devkit-admin templates",
"validate": "node ./bin/devkit-admin validate",
"validate-commits": "./bin/devkit-admin validate-commits",
Expand Down
8 changes: 0 additions & 8 deletions scripts/README.md
Expand Up @@ -42,14 +42,6 @@ Flags:
* `--githubTokenFile=<path>`. Reads the githubToken from a file instead of the command line (for CI).
* `--stdout`. Skip the whole release note process and output the markdown to stdout instead.

## lint

Runs tslint on the whole repo.

Flags:

* `--fix`. Also applies fixes.

## packages

Outputs a JSON containing all informations from the package script (main files, repo names, versions, deps, etc).
Expand Down
95 changes: 0 additions & 95 deletions scripts/lint.ts

This file was deleted.

0 comments on commit 243ca5a

Please sign in to comment.