1.0.0 • Published 2 years ago

@kunstmaan/eslint-react-typescript-config v1.0.0

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

Kunstmaan ESLint for React TypeScript

Usage

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

Update your .eslintrc file:

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

  }
}

You can add overrides inside the rules section.

Rules

See the @kunstmaan/eslint-config styleguide.