2.2.1 • Published 2 years ago

@interactive-solutions/eslint-config-eslint-react v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@interactive-solutions/eslint-react

lerna npm version npm license

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']
};
2.2.1

2 years ago

1.6.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

3 years ago

1.2.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago