1.1.2 • Published 3 years ago

@wtflol/eslint-config-eslint-react-typescript v1.1.2

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

@wtflol/eslint-react-typescript

lerna

Extendable ESLint configuration.

Installation

yarn add @wtflol/eslint-config-eslint-react-typescript \
  @wtflol/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 -D

With Create React App

yarn add @wtflol/eslint-config-eslint-react-typescript \
  @wtflol/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 -D

Usage

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

module.exports = {
  extends: ['@wtflol/eslint-react-typescript']
};
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago