1.2.3 • Published 5 years ago

@thrivehive/eslint-config-vue v1.2.3

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

@thrivehive/eslint-plugin-vue

npm version License: MIT

About

This eslint config extends the official Vue Airbnb config, and the @thrivehive/eslint-config-node config.

Installation

Using NPM:

npm install --save-dev @thrivehive/eslint-plugin-vue

Using Yarn:

yarn add --dev @thrivehive/eslint-plugin-vue

Usage

In .eslintrc.js:

module.exports = {
  extends: [
    '@thrivehive/vue'
  ]
};
1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago