Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avdeev/eslint-plugin-no-vue

This is an ESLint plugin to disable Vue.js.
https://github.com/avdeev/eslint-plugin-no-vue

eslint eslint-plugin vuejs

Last synced: 25 days ago
JSON representation

This is an ESLint plugin to disable Vue.js.

Awesome Lists containing this project

README

        

# eslint-plugin-no-vue

[![npm](https://img.shields.io/npm/v/eslint-plugin-no-vue.svg)](https://www.npmjs.com/package/eslint-plugin-no-vue)
[![npm](https://img.shields.io/npm/dm/eslint-plugin-no-vue.svg)](https://www.npmjs.com/package/eslint-plugin-no-vue)

This is an ESLint plugin to disable Vue.js.

![](demo.png)

## 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