Skip to content

This is an ESLint plugin to disable Vue.js.

License

Notifications You must be signed in to change notification settings

avdeev/eslint-plugin-no-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-no-vue

npm npm

This is an ESLint plugin to disable Vue.js.

Installing

npm install eslint-plugin-no-vue --save-dev

ESLint Rules

no-vue

Don't even try it!

Sample Configuration File

Here's a sample ESLint configuration file that activates these rules:

{
  "plugins": [
    "no-vue"
  ],
  "rules": {
    "no-vue/no-vue": "error",
  }
}

Credits

Inspired by https://github.com/shitjs/eslint-plugin-no-js

About

This is an ESLint plugin to disable Vue.js.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published