2.0.1 • Published 4 years ago

@kunstmaan/eslint-typescript-config v2.0.1

Weekly downloads
4
License
ISC
Repository
-
Last release
4 years ago

Kunstmaan ESLint for TypeScript

Usage

npm install @kunstmaan/eslint-typescript-config --save-dev

Update your .eslintrc file:

{
  "parser": "@typescript-eslint/parser",
  "plugins": ["@typescript-eslint"],
  "extends": ["./node_modules/@kunstmaan/eslint-typescript-config/index.js"],
  "rules": {

  }
}

You can add overrides inside the rules section.

Rules

See the @kunstmaan/eslint-config styleguide.