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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.05,838latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.05,838
3.0.2222
3.0.11
3.0.07
2.1.0237
2.0.13
2.0.01
1.2.1118
1.2.017
1.1.01
1.0.00

Package Sidebar

Install

npm i eslint-plugin-vue-libs

Weekly Downloads

6,445

Version

4.0.0

License

MIT

Unpacked Size

9.79 kB

Total Files

7

Last publish

Collaborators

  • michalsnik
  • yyx990803