1.0.5 • Published 1 year ago

eslint-config-lcy-vue3 v1.0.5

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

eslint-config-vue3

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue.js v3 projects

Usage

  • npm install --save-dev eslint-config-lcy-vue
  • create a file named .eslintrc in your project:
{
  "extends": "lcy-vue3"
  // Your overrides...
}

License

MIT