Skip to content

js-soft/ts-linting

Repository files navigation

@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