This package has been deprecated

Author message:

Deprecated in favor of https://github.com/JamesHenry/eslint-plugin-tslint

eslint-plugin-tslint2
TypeScript icon, indicating that this package has built-in type declarations

2.2.4 • Public • Published

eslint-plugin-tslint2

ESLint plugin wraps a TSLint configuration and lints the whole source using TSLint.

USAGE

Configure in your eslint config file:

"plugins": [
    "tslint2"
],
"rules": {
    "tslint2/config": ["warn", {
        rules: { /* tslint rules */ },
        rulesDirectory: [ /* array of paths to directories with rules, e.g. 'node_modules/tslint/lib/rules' */ ],
        configFile: '/* path to tsconfig.json of your project */',
        compilerOptions: { /* ability to override TypeScript compilers options defined in tsconfig.json */ }
    }],
}

RULES

Plugin contains only single rule tslint2/config.

TSLint Plugins

Package Sidebar

Install

npm i eslint-plugin-tslint2

Weekly Downloads

2

Version

2.2.4

License

MIT

Unpacked Size

30 kB

Total Files

23

Last publish

Collaborators

  • iamthes