All Projects → vuejs → Eslint Config Vue

vuejs / Eslint Config Vue

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].