Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint
License
typescript-eslint/eslint-plugin-tslint
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint.
❌PerWhat About TSLint?, we highly recommend migrating off TSLint.Seetypescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
yarn add -D @typescript-eslint/eslint-plugin-tslint
Configure in your ESLint config file:
{"plugins":["@typescript-eslint/tslint"],"parserOptions":{"project":"tsconfig.json",},"rules":{"@typescript-eslint/tslint/config":["warn",{"lintFile":"",// path to tslint.json of your project"rules":{// tslint rules (will be used if `lintFile` is not specified)},"rulesDirectory":[// array of paths to directories with rules, e.g. 'node_modules/tslint/lib/rules' (will be used if `lintFile` is not specified)]}],}}
Note: The ability to automatically fix problems with--fix
is unavailable for TSLint rules loaded with this plugin.
This plugin contains only a single rule:@typescript-eslint/tslint/config
.
About
ESLint plugin that wraps a TSLint configuration and lints the whole source using TSLint
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.