-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
{
"type": "module",
"author": {
"name": "ShiwaForce",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/shiwaforce/eslint-config-client-shiwaforce/issues"
},
"description": "Shareable client side config for eslint by ShiwaForce",
"homepage": "https://github.com/shiwaforce/eslint-config-client-shiwaforce#readme",
"keywords": [
"eslint",
"eslint-config",
"eslint-config-client",
"eslint-config-browser",
"eslint-config-client-shiwaforce",
"browser",
"client",
"shiwaforce"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "shiwaforce",
"email": "[email protected]"
}
],
"name": "eslint-config-client-shiwaforce",
"repository": {
"type": "git",
"url": "git+https://github.com/shiwaforce/eslint-config-client-shiwaforce.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint index.js rules/*.js eslint.config.js"
},
"version": "2.0.1",
"peerDependencies": {
"eslint": "^9.1.1"
}
}