Skip to content

chenbin92/eslint-config-vue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%