Skip to content

Test TS lint new features #5758

Closed
Closed
@aeschli

Description

@aeschli

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions