Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: use tslint directly to lint repository #18967

Merged
merged 1 commit into from
Oct 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.