@byloth/eslint-config-vue

2.8.3 • 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"
  ]
};

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @byloth/eslint-config-vue

    Weekly Downloads

    88

    Version

    2.8.3

    License

    Apache-2.0

    Unpacked Size

    2.27 kB

    Total Files

    3

    Last publish

    Collaborators

    • byloth