eslint-config-vue

2.0.2 • Public • Published

eslint-config-vue

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

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

/eslint-config-vue/

    Package Sidebar

    Install

    npm i eslint-config-vue

    Weekly Downloads

    4,704

    Version

    2.0.2

    License

    MIT

    Last publish

    Collaborators

    • michalsnik
    • chrisvfritz
    • yyx990803