-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 854 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-crooks-nits",
"version": "0.0.4",
"main": "index.js",
"devDependencies": {
"eslint": "~2.6.0"
},
"engines": {
"node": ">=0.10.0"
},
"description": "Some custom ESLint rules to catch vue niggles such as empty vue options and empty style tags. Big props to the man AC.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idlethumbs/eslint-plugin-vue-crooks-nits.git"
},
"keywords": [
"eslint",
"vue",
"empty",
"options",
"style",
"plugin"
],
"author": "Amon Jafarbay",
"license": "MIT",
"bugs": {
"url": "https://github.com/idlethumbs/eslint-plugin-vue-crooks-nits/issues"
},
"homepage": "https://github.com/idlethumbs/eslint-plugin-vue-crooks-nits#readme"
}