1.0.2 • Published 6 years ago
@gomi/eslint-config v1.0.2
eslint-config
A rule set of GOMI's ESLint configurations based on Airbnb's.
It's inspired by RIDI's ESLint configuration
Installation
Install @gomi/eslint-config
package:
# with NPM
npm install --save-dev eslint @gomi/eslint-config
# or with Yarn
yarn add -D eslint @gomi/eslint-config
Usage
You can write down like below in .eslintrc file:
{
"extends": "@gomi",
"rules": {
// exceptions
}
}