@dcrtit/eslint-config-vue

1.4.0 • Public • Published

@dcrtit/eslint-config-vue

Collection of rules based on eslint-plugin-vue.

Installation

Assuming you have eslint already installed:

npm i eslint-plugin-vue @dcrtit/eslint-config-vue -D

Usage

In your .eslintrc.js or whatsoever config file just simple extend your existing configuration with provided package:

module.exports = {
  extends: [
    // ...Other configs
    '@dcrtit/eslint-config-vue'
  ],
  rules: [
    // Your own rules' overrides, if needed
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @dcrtit/eslint-config-vue

Weekly Downloads

0

Version

1.4.0

License

ISC

Unpacked Size

27.4 kB

Total Files

3

Last publish

Collaborators

  • lennoximus