@wowvendor/eslint-config-react
v4.2.0
Published
React config for ESLint used in WoWVendor's projects
Readme
@wowvendor/eslint-config-react
Production ready ESLint config using
Install
yarn
yarn add eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-react -Dnpm
npm i -D eslint @wowvendor/eslint-config-base @wowvendor/eslint-config-reactUsage
С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
