0.2.3 • Published 5 years ago

eslint-config-goy v0.2.3

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

eslint-config-goy

ESLint config for GoyFE team

Usage

install first

$ npm i eslint-config-goy -D
# OR
$ yarn add eslint-config-goy -D

config in .eslintrc.js :

module.exports = {
  root: true,

  extends: ['goy'],

  rules: {
    // Override rules
  }
}