-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 838 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "eslint-plugin-vue-unused-autofix",
"version": "0.1.2",
"description": "Provide an autofixer for the `no-unused-components` and `no-unused-properties`.",
"author": "KID-joker",
"license": "MIT",
"homepage": "https://github.com/KID-joker/eslint-plugin-vue-unused-autofix#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/KID-joker/eslint-plugin-vue-unused-autofix.git"
},
"bugs": {
"url": "https://github.com/KID-joker/eslint-plugin-vue-unused-autofix/issues"
},
"keywords": [
"eslint",
"eslint-plugin",
"vue",
"vuejs",
"unused",
"autofix"
],
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {},
"dependencies": {
"eslint-plugin-vue": "^9.24.0",
"eslint-rule-composer": "^0.3.0",
"vue-eslint-parser": "^9.4.2"
}
}