-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 896 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
34
35
36
37
38
{
"name": "eslint-config-shulidata",
"version": "2.3.5",
"description": "ESLint shareable config for the Shuli JavaScript Style Guide.",
"main": "index.js",
"scripts": {
"test:base": "node test/base",
"test:vue": "node test/vue"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shuli-FE/eslint-config-shulidata.git"
},
"keywords": [
"Shuli-FE",
"eslint",
"eslintrc",
"eslintconfig",
"code style",
"linter",
"styleguide",
"vue"
],
"author": "Shuli-FE",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shuli-FE/eslint-config-shulidata/issues"
},
"homepage": "https://github.com/Shuli-FE/eslint-config-shulidata#readme",
"devDependencies": {
"eslint": "4.12.0",
"eslint-plugin-vue": "^3.14.0",
"vue-eslint-parser": "^2.0.1-beta.2"
}
}