vuejs / eslint-config-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%