eslint-config-beaty-vue

1.1.4 • Public • Published

Eslint config for Vue/Nuxt

license npm

Getting started

npm i --save-dev eslint-config-beaty-vue

Usage

Add the following to your .eslintrc.* file:

{
  "extends": [
    "eslint-config-beaty-vue"
  ]
}

If you need to override a rule, in your .eslintrc.* add rules key and add custom rules. For example, we override no-console rule to disabled console usage.

{
  "extends": [
    "eslint-config-beaty-vue"
  ],
  "rules": {
    "no-console": "error"
  }
}

License

Please see the LICENSE file for more information.

/eslint-config-beaty-vue/

    Package Sidebar

    Install

    npm i eslint-config-beaty-vue

    Weekly Downloads

    0

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    4.95 kB

    Total Files

    4

    Last publish

    Collaborators

    • vivalaz