0.3.1 • Published 1 year ago

eslint-config-liting v0.3.1

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

eslint-config-liting

an eslint preset of liting-yes

support

  • JavaScript
  • TypeScript
  • Vue.js

Precaution

  • By default, vue3 is used. If you are using vue2, you need to override the default rules
    {
      "extends": [
        "liting",
        "eslint-config-liting/src/vue2"
      ],
    }