2.2.1 • Published 2 years ago
@interactive-solutions/eslint-config-eslint-react v2.2.1
@interactive-solutions/eslint-react
Extendable ESLint configuration.
Installation
yarn add @interactive-solutions/eslint-config-eslint-react \
@interactive-solutions/prettier@^2.0.0 \
@calm/eslint-plugin-react-intl@^1.4.1 \
eslint@^8.0.0 \
eslint-config-airbnb@^19.0.4 \
eslint-config-prettier@^8.3.0 \
eslint-config-react-app@^7.0.0 \
eslint-plugin-cypress@^2.11.3 \
eslint-plugin-prettier@^4.0.0 \
typescript@^4.4.2 -D
With Create React App
Exclude eslint
and eslint-config-react-app
from the shell above.
Usage
Extend @interactive-solutions/eslint-react
in the ESLint configuration. Also make sure to setup and install @interactive-solutions/prettier and its peer dependencies.
module.exports = {
extends: ['@interactive-solutions/eslint-react']
};