0.1.4 • Published 4 years ago

@aiou/eslint-config-template v0.1.4

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

@aiou/eslint-config-template

build eslint plugin

npm GitHub stackblitz

Edit on StackBlitz ⚡️

features

  • on/off eslint rules
  • extends 3rd eslint plugin
  • config prettier
  • lint non .js/.ts files

install

yarn add @aiou/eslint-config-template

usage

in .eslintrc.js

module.exports = {
  extends: [
    '@aiou/eslint-config-template'
  ],
}