@codica/eslint-config-react-ts
v2.2.0
Published
This package provides Codica's .eslintrc as an extensible shared config.
Readme
eslint-config-react-ts
This package provides Codica's .eslintrc as an extensible shared config.
Usage
eslint-config-react-ts
Install the config via npm
npm install @codica/eslint-config-react-ts --save-devor via yarn
yarn add -D @codica/eslint-config-react-tsExtend our config in your .eslintrc file:
{
"extends": ["@codica/eslint-config-react-ts"]
}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.
