Closed
Description
TSLint has added the following new settings:
- tslint.ignoreDefinitionFiles - control if TypeScript definition files should be ignored.
- tslint.exclude - configure glob patterns of file paths to exclude from linting.
- tslint.validateWithDefaultConfig - validate a file for which there was no custom tslint confguration found. The default is false.
Newer versions of tslint introduced the regression that changes to the tslint.json were no longer automatically applied. Therefore, test that changes to the tslint.json are automatically applied.
For testing use the latest tslint version 3.8.1