forked from standard/eslint-config-standard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
{
"name": "@ufersa/eslint-config-sabia",
"description": "JavaScript Sabiá Style - ESLint Shareable Config",
"version": "1.1.0",
"author": "Mateus Sampaio <[email protected]>",
"bugs": {
"url": "https://github.com/ufersa/eslint-config-sabia/issues"
},
"devDependencies": {
"@10up/eslint-config": "^2.1.1",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsdoc": "^31.0.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"tape": "^5.1.1",
"babel-eslint": "^10.1.0"
},
"homepage": "https://github.com/ufersa/eslint-config-sabia",
"keywords": [
"JavaScript Sabiá Style",
"eslint",
"eslintconfig"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/ufersa/eslint-config-sabia.git"
},
"scripts": {
"lint": "eslint . --config=eslintrc.json",
"test": "npm run lint && tape test/*.js"
},
"directories": {
"test": "test"
}
}