@codica/eslint-config-react
v1.0.1
Published
This package provides Codica's .eslintrc as an extensible shared config.
Downloads
7
Readme
eslint-config-react
This package provides Codica's .eslintrc as an extensible shared config.
Usage
eslint-config-react
Install the config via npm
npm install @codica/eslint-config-react --save-devor via yarn
yarn add -D @codica/eslint-config-reactExtend our config in your .eslintrc file:
{
"extends": ["@codica/eslint-config-react"]
}Our config based on airbnb including some rewrites for ES6+ and React with config-prettier onboard. It requires eslint, eslint-plugin-import, eslint-plugin-prettier, eslint-plugin-react, and eslint-plugin-jsx-a11y.
To be sure, that you're using correct version of each package, you can list them by the command:
npm info "eslint-config-codica@latest" peerDependenciesLicense
eslint-config-codica is Copyright © 2015-2021 Codica. It is released under the MIT License.
About Codica
We love open source software! See our other projects or hire us to design, develop, and grow your product.
