@byloth/eslint-config-vue

2.8.1 • Public • Published

ESLint Vue.js configurations ✔

A collection of some common sense linting rules for Vue.js projects.

module.exports = {
  root: true,
  extends: [
    "@byloth/eslint-config",
    "@byloth/eslint-config-typescript",  // [optional]
    "@byloth/eslint-config-vue"
  ]
};

Package Sidebar

Install

npm i @byloth/eslint-config-vue

Weekly Downloads

8

Version

2.8.1

License

Apache-2.0

Unpacked Size

2.27 kB

Total Files

3

Last publish

Collaborators

  • byloth