-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 932 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
{
"name": "eslint-config-ahmed",
"version": "1.2.0",
"author": "Ahmed Abdulrahman <[email protected]>",
"description": "Ahmed's Preferred Strict ESlint Configration",
"repository": "AhmedAbdulrahman/preferred-eslint-config",
"files": [
"index.js"
],
"keywords": [
"eslint",
"javascript",
"code",
"eslint",
"ecmascript",
"config",
"lint",
"linter",
"checker",
"prettier",
"code",
"simple"
],
"scripts": {
"test:lint": "eslint .",
"test:lint-fix": "eslint --fix .",
"test": "npm run test:lint"
},
"peerDependencies": {
"eslint": ">=4.9.0"
},
"devDependencies": {
"eslint": "5.14.1",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "1.3.0",
"prettier": "1.16.4"
},
"license": "MIT"
}