@js-soft/eslint-config-ts
v1.6.13
Published
j&s-soft typescript linting rules
Downloads
4,726
Readme
@js-soft/eslint-config-ts
ESLint shareable config for j&s-soft Projects
Installation
$ npm install --save-dev eslint @js-soft/eslint-config-ts
Usage
Once the @js-soft/eslint-config-ts
package is installed, you can use it by specifying @js-soft/ts
in the extends
section of your ESLint configuration.
{
"extends": "@js-soft/ts",
"rules": {
// Additional, per-project rules...
}
}
License
MIT