npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

eslint-plugin-vue-libs

4.0.0

@michalsnik

npmHomeRepoSnykSocket
Downloads:571848
$ npm install eslint-plugin-vue-libs
DailyWeeklyMonthlyYearly

eslint-plugin-vue-libs

ESLint plugin for libs in the vuejs organization.

:exclamation: 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