eslint-config-react-ts
This package provides Codica's .eslintrc as an extensible shared config.
Usage
eslint-config-react-ts
npm
Install the config via npm install @codica/eslint-config-react-ts --save-dev
yarn
or via yarn add -D @codica/eslint-config-react-ts
.eslintrc
file:
Extend our config in your {
"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" peerDependencies
License
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.