/eslint-config-vue

Primary LanguageJavaScriptMIT LicenseMIT

DEPRECATED

This package has been deprecated. The original config is now part of eslint-plugin-vue-libs.


eslint-config-vue

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue internal development.

Usage

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

License

MIT