@kripod/eslint-config-typescript

2.0.2 • Public • Published

@kripod/eslint-config-typescript

Strict linter configuration for TypeScript.

Usage

After installing the package, append the following to your ESLint configuration:

{
  // Make sure to put it last, letting it override other configs
  "extends": "@kripod/eslint-config-typescript"
}

To enable additional rules requiring type checking, use the configuration below:

{
  // Please be aware that this may be slower to run
  "extends": [
    "@kripod/eslint-config-typescript",
    "@kripod/eslint-config-typescript/strict"
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kripod/eslint-config-typescript

Weekly Downloads

0

Version

2.0.2

License

MIT

Unpacked Size

7.29 kB

Total Files

12

Last publish

Collaborators

  • kripod