-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 961 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "eslint-config-pixnet",
"version": "0.1.6",
"description": "ESLint shareable config for the PIXNET DIGITAL MEDIA style",
"license": "Apache-2.0",
"repository": "pixnet/eslint-config-pixnet",
"author": "PIXNET",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js",
"babel.config.json"
],
"keywords": [
"google",
"code",
"quality",
"style",
"lint",
"linter",
"jscs",
"jshint",
"jslint",
"eslint",
"validate",
"code style",
"strict",
"check",
"checker",
"verify",
"enforce",
"hint"
],
"devDependencies": {
"eslint": ">=7.5.0"
},
"peerDependencies": {
"eslint": ">=7.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/preset-env": "^7.13.10"
}
}