0.0.9 • Published 4 years ago

@firmanc/eslint-config-react v0.0.9

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

@firmanc/eslint-config-react

Adds ESLint settings and rules for React framework.

Install

If you are using npm 5+

npx install-peerdeps --dev @firmanc/eslint-config-react

If you are using npm < 5

npm i --save-dev @firmanc/eslint-config-react eslint@7 eslint-plugin-react@7 eslint-plugin-react-hooks@4 eslint-plugin-jsx-a11y@6 eslint-plugin-import@2

Usage

// .eslintrc
{
  "extends": [
    "@firmanc/eslint-config-react"
  ]
}
0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago