a tslint.json placed in a directory above tsconfig.json is not applied
See original GitHub issueSay there is a monorepo structure such as this one
- tslint.json
- node_modules/...
- packages/a/tsconfig.json
- packages/a/src/...
then tslint.json is not automatically found and applied (it is with the “old” tslint plugin)
if a tslint.json is placed in packages/a/tslint.json that just extends the root one then it will work
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
VSCode / tslint does not resolve paths in tsconfig.json
json sits in the root-folder of the project. the only thing is, that I use another tsconfig.app.json , which includes above tsconfig.json ....
Read more >Configuring TSLint - Palantir Open Source
When using the CLI or many third-party tools, a file named tslint.json or tslint.yaml is used to configure which rules get run and...
Read more >Documentation - What is a tsconfig.json - TypeScript
The presence of a tsconfig.json file in a directory indicates that the directory is the root of a TypeScript project. The tsconfig.json file...
Read more >TS - Skipping files with no tsconfig.json - Sonar Community
I am trying to get and Angular project to be succesfully analyzed by SonarQube. We have a standard structure (with tsconfig, tslint and ......
Read more >TypeScript configuration - Angular
The Angular CLI generates a tsconfig.app.json file which is used to build an application, in which the types compiler option is set to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue here, but I’m opening the whole monorepo in vscode
linter is not working and it did with the old extension
@xaviergonz Looks like that branch no longer exists. Do you have a link to version of that project where it doesn’t work?