Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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.