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
Suppose I want to have a separate or albeit slightly different tslint.json config for my tests folder, currently it's not possible because config is only read from the project root directory.
What does the proposed API look like?
Nested tslint.json would be read and rules would be applied from the closest tslint.json file, starting from the file where linting is checked.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
Suppose I want to have a separate or albeit slightly different
tslint.json
config for mytests
folder, currently it's not possible because config is only read from the project root directory.What does the proposed API look like?
Nested
tslint.json
would be read and rules would be applied from the closesttslint.json
file, starting from the file where linting is checked.The text was updated successfully, but these errors were encountered: