1. eslint-plugin-vue-libs
eslint plugin for vue.js projects
eslint-plugin-vue-libs
Package: eslint-plugin-vue-libs
Created by: vuejs
Last modified: Sun, 01 May 2022 17:09:23 GMT
Version: 4.0.0
License: MIT
Downloads: 13,842
Repository: https://github.com/vuejs/eslint-plugin-vue-libs

Install

npm install eslint-plugin-vue-libs
yarn add eslint-plugin-vue-libs

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

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin