1.0.1 • Published 2 years ago

@erenkurnaz/eslint-config-react-ts v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@erenkurnaz/eslint-config-react-ts npm version

ESLint Configuration for React with Typescript

Installation

yarn add @erenkurnaz/eslint-config-react-ts --D

OR

npm install @erenkurnaz/eslint-config-react-ts --save-dev

Usage

// .eslintrc

{
  "extends": [
    "@erenkurnaz/eslint-config-react-ts"
  ]
}

Supported Rules

  • airbnb
  • airbnb/hooks
  • airbnb-typescript
  • plugin:eslint-comments/recommended
  • prettier