Closed
Description
What problem does this feature solve?
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.