1.1.0 • Published 1 year ago

eslint-config-vhtml v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Eslint 规范

usage

  1. yarn add eslint@^7.5.0 eslint-config-vhtml -D
  2. config
  module.exports = {
    root: true,
    extends: [
      'vhtml' // vhtml/vue
    ]
  }

includes

  • configs: eslint-config-airbnb-base eslint-config-react-app @typescript-eslint/eslint-plugin
  • parser: babel-eslint @typescript-eslint/parser