eslint-plugin-vue-libs

4.0.0 • Public • Published

eslint-plugin-vue-libs

ESLint plugin for libs in the vuejs organization.

❗️ Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development.

Usage

  1. npm install eslint-plugin-vue-libs --save-dev
  2. create a file named .eslintrc in your project:
{
  extends: ["plugin:vue-libs/recommended"],
  rules: {
    // override if necessary
  }
}

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-vue-libs

Weekly Downloads

3,628

Version

4.0.0

License

MIT

Unpacked Size

9.79 kB

Total Files

7

Last publish

Collaborators

  • michalsnik
  • yyx990803