You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
Running TSLint via: both angular-cli and node_modules/tslint/bin/tslint using tslint.json and tsconfig.json
When I pass a formatter as a command line option then it works node_modules/tslint/bin/tslint --config ./tslint.json --project ./src/tsconfig.json -t verbose
When I put the formatter in the tslint.json, it doesn't seem to pick it up. node_modules/tslint/bin/tslint --config ./tslint.json --project ./src/tsconfig.json
I raised a bug about it #2226 , and a contributor said it isn't possible. But most CLI tool offer exactly the same options as arguments or in a config file, it makes no sense to have them different. Normal practice is that either can be used, and if both are presents the command line overrides the config file.
I use tslint via angular-cli and I can't pass any command line options. I would like to be able to use it out of the box. Thanks
The text was updated successfully, but these errors were encountered:
gotofritz
changed the title
tsconfig.json should have exactly the same options as offered in the command line
tsconfig.json should have exactly the same options as offered on the command line
Feb 22, 2017
gotofritz
changed the title
tsconfig.json should have exactly the same options as offered on the command line
tslint.json should have exactly the same options as offered on the command line
Feb 23, 2017
TSLint is no longer accepting most feature requests per #4534. See typescript-eslint.io for the new, shiny way to lint your TypeScript code with ESLint. ✨
Bug Report
4.4.1
2.1.6
When I pass a formatter as a command line option then it works
node_modules/tslint/bin/tslint --config ./tslint.json --project ./src/tsconfig.json -t verbose
When I put the formatter in the tslint.json, it doesn't seem to pick it up.
node_modules/tslint/bin/tslint --config ./tslint.json --project ./src/tsconfig.json
I raised a bug about it #2226 , and a contributor said it isn't possible. But most CLI tool offer exactly the same options as arguments or in a config file, it makes no sense to have them different. Normal practice is that either can be used, and if both are presents the command line overrides the config file.
I use tslint via angular-cli and I can't pass any command line options. I would like to be able to use it out of the box. Thanks
The text was updated successfully, but these errors were encountered: