1.0.1 • Published 3 years ago

@guggugit/eslint-config v1.0.1

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

Installation

Make sure you've all the peer dendencies menthined below are in your project, otherwise install the packages with the exact version specified bellow

Packagesversion
prettier2.2.1
eslint7.22.0
eslint-config-airbnb18.2.1
eslint-config-prettier8.1.0
eslint-plugin-import2.22.1
eslint-plugin-jsx-a11y6.4.1
eslint-plugin-react7.21.5
eslint-plugin-react-hooks4.2.0
*eslint-plugin-react-native3.10.0
yarn add \
  prettier@2.2.1 \
  eslint@7.22.0 \
  eslint-plugin-import@2.22.1 \
  eslint-plugin-jsx-a11y@6.4.1 \
  eslint-plugin-react@7.21.5 \
  eslint-plugin-react-hooks@4.2.0 \
  eslint-config-prettier@8.1.0 \
  eslint-config-airbnb@18.2.1 --dev

*Note: Install eslint-plugin-react-native only if you're using react-native

yarn add eslint-plugin-react-native@3.10.0 --dev

Install the stable version:

yarn add @guggugit/eslint-config --dev --exact

Configuration

In .eslintrc

{
  "extends": [
    "@guggugit"
  ],
  "plugins": [
    "react",
    "react-native" // if you're using react-native
  ],
  ...,
  "rules": {
  }
}
1.0.1

3 years ago

1.0.0

4 years ago

0.0.0-alpha.4

4 years ago

0.0.0-alpha.3

4 years ago

0.0.0-alpha.2

4 years ago

0.0.0-alpha.1

4 years ago