2.2.0 • Published 1 year ago

@codica/eslint-config-react-ts v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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-dev

or via yarn

yarn add -D @codica/eslint-config-react-ts

Extend 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" peerDependencies

License

eslint-config-codica is Copyright © 2015-2021 Codica. It is released under the MIT License.

About Codica

Codica logo

We love open source software! See our other projects or hire us to design, develop, and grow your product.