@kunstmaan/eslint-react-typescript-config
v1.0.0
Published
Kunstmaan's shareable ESLint configuration for TypeScript. Based on AirBnB's JavaScript and React styleguides with some custom flavours.
Downloads
2
Keywords
Readme
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.