-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 Bytes
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-config-milad",
"version": "1.0.9",
"description": "My Preferred ESLint Rules",
"main": "index.js",
"scripts": {
"eslint": "eslint --color -c=index.js index.js",
"fix": "eslint --color -c=index.js index.js --fix",
"publish": "npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Milad/eslint-config-milad.git"
},
"keywords": [
"eslint",
"rules",
"ecmascript6",
"es2015",
"node",
"javascript"
],
"author": "Milad Kawas Cale <miladkaleh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Milad/eslint-config-milad/issues"
},
"homepage": "https://github.com/Milad/eslint-config-milad#readme",
"devDependencies": {
"eslint": "^8.12.0"
}
}