eslint-config-goy
v0.2.3
Published
ESLint config for GoyFE team
Readme
eslint-config-goy
ESLint config for GoyFE team
Usage
install first
$ npm i eslint-config-goy -D
# OR
$ yarn add eslint-config-goy -Dconfig in .eslintrc.js :
module.exports = {
root: true,
extends: ['goy'],
rules: {
// Override rules
}
}