Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test TS lint new features #5758

Closed
1 task done
aeschli opened this issue Apr 25, 2016 · 0 comments
Closed
1 task done

Test TS lint new features #5758

aeschli opened this issue Apr 25, 2016 · 0 comments
Assignees
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Apr 25, 2016

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

@aeschli aeschli added this to the April 2016 milestone Apr 25, 2016
@egamma egamma mentioned this issue Apr 25, 2016
68 tasks
@jrieken jrieken closed this as completed Apr 27, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants