-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.41 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
53
54
55
{
"name": "eslint-config-yoctol",
"version": "0.26.3",
"description": "Yoctol specific linting rules for ESLint",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/Yoctol/eslint-config-yoctol"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"yoctol",
"javascript",
"styleguide"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Yoctol/eslint-config-yoctol/issues"
},
"homepage": "https://github.com/Yoctol/eslint-config-yoctol",
"dependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-config-yoctol-base": "^0.24.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"prettier": "2.4.1",
"react": "17.0.2"
},
"peerDependencies": {
"eslint": ">=7.7.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.0 || ^4.0.0",
"eslint-plugin-react": "^7.25.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"prettier": ">=2.0.0"
},
"engines": {
"node": ">=10"
}
}