4.2.0 • Published 2 years ago

@wowvendor/eslint-config-react v4.2.0

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

@wowvendor/eslint-config-react

Production ready ESLint config using

Install

yarn

yarn add eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-react -D

npm

npm i -D eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-react

Usage

Сreate a eslint config file type of your choice

.eslintrc

{
  "extends": ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-react"]
}

.eslintrc.js

module.exports = {
  extends: ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-react"],
};

.eslintrc.json

{
  "extends": ["@wowvendor/eslint-config-base", "@wowvendor/eslint-config-react"]
}

Plugins / Modules

  • eslint-plugin-react
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react-hooks
4.2.0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.5.1

3 years ago

3.5.0

3 years ago

3.4.0

3 years ago

3.3.0

3 years ago

3.2.2

3 years ago

3.2.1

3 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago