1.0.0 • Published 4 years ago

@lolwtf/eslint-config-eslint-react v1.0.0

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

@lolwtf/eslint-react

lerna npm version npm license

Extendable ESLint configuration.

Installation

yarn add @lolwtf/eslint-config-eslint-react \
  @lolwtf/prettier@^1.0.0 \
  @calm/eslint-plugin-react-intl@^1.4.1 \
  @typescript-eslint/eslint-plugin@^4.0.0 \
  @typescript-eslint/parser@^4.0.0 \
  babel-eslint@^10.0.0 \
  eslint@^7.5.0 \
  eslint-config-airbnb@^18.1.0 \
  eslint-config-prettier@^8.3.0 \
  eslint-config-react-app@^6.0.0 \
  eslint-plugin-babel@^5.3.0 \
  eslint-plugin-cypress@^2.11.1 \
  eslint-plugin-flowtype@^5.2.0 \
  eslint-plugin-import@^2.22.0 \
  eslint-plugin-jsx-a11y@^6.3.1 \
  eslint-plugin-prettier@^3.4.0 \
  eslint-plugin-react@^7.21.5 \
  eslint-plugin-react-hooks@^4.2.0 \
  typescript@^4.1.5 -D

With Create React App

yarn add @lolwtf/eslint-config-eslint-react \
  @lolwtf/prettier@^1.0.0 \
  @calm/eslint-plugin-react-intl@^1.4.1 \
  eslint-config-airbnb@^18.1.0 \
  eslint-config-prettier@^8.3.0 \
  eslint-plugin-babel@^5.3.0 \
  eslint-plugin-cypress@^2.11.1 \
  eslint-plugin-prettier@^3.4.0 \
  typescript@^4.1.5 -D

Usage

Extend @lolwtf/eslint-react in the ESLint configuration. Also make sure to setup and install @lolwtf/prettier and its peer dependencies.

module.exports = {
  extends: ['@lolwtf/eslint-react']
};
1.0.0

4 years ago