1.0.1 • Published 5 years ago

@haifeng-fe/eslint-config v1.0.1

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

ESLint config for haifengfe

Getting Started

  1. Install: yarn add @haifeng-fe/eslint-config -D.

  2. Usage in your .eslintrc:

    { "extends": "@haifeng-fe/eslint-config" }

    OR, if you are using the .yml:

    extends:
      - '@haifeng-fe/eslint-config'
  3. Use in Vue:

    { "extends": "@haifeng-fe/eslint-config/vue" }

    OR, if you are using the .yml:

    extends:
      - '@haifeng-fe/eslint-config/vue'

LICENSE

MIT

1.0.1

5 years ago

1.0.0

5 years ago