0.4.1 • Published 4 years ago

eslint-config-gda v0.4.1

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

eslint-config-gda

This package includes the shareable ESLint configuration used by gda-scripts.

Extends:

And adds few rules relaxations...

Usage

First, install ESLint and Prettier

Then install eslint-config-gda and it peers dependencies

npm install eslint-config-gda eslint-config-airbnb eslint-config-prettier eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react --save-dev

Then create a file named .eslintrc with following contents in the root folder of your project:

{
  "extends": ["gda"]
}

Then create a file name .prettierrc with following contents in the root folder of your project:

{
  "printWidth": 120,
  "singleQuote": true,
  "trailingComma": "es5"
}
0.4.1

4 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago