@andre-brdoch/eslint-config-vueslint

0.0.1 • Public • Published

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! 🤘

Readme

Keywords

Package Sidebar

Install

npm i @andre-brdoch/eslint-config-vueslint

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • andre-brdoch