0.0.1 • Published 4 years ago

@andre-brdoch/eslint-config-vueslint v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

An opinionated eslint config for vue.js projects 🤓

Usage

$ npm i -D @andre-brdoch/eslint-config-vueslint eslint-plugin-vue@7.0.0-beta.1 eslint

Add a .eslintrc.js with the following content to your root directory:

// .eslintrc.js
module.exports = {
  extends: [ '@andre-brdoch/eslint-config-vueslint' ],
};

Done! 🤘