-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.51 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
56
57
58
59
60
61
{
"name": "eslint-config-ebates",
"version": "3.0.0",
"description": "Rakuten Reward's base JS ESLint config for consistent coding style.",
"main": "index.js",
"files": [
"index.js",
"react.js",
"typescript.js",
"constants.js",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"keywords": [
"eslint",
"eslintconfig",
"config",
"ebates",
"styleguide"
],
"engines": {
"node": "^20.15.0"
},
"author": "Rakuten Rewards OSS",
"license": "MIT",
"homepage": "https://github.com/rakutenrewards/eslint-config",
"repository": "https://github.com/rakutenrewards/eslint-config",
"scripts": {
"lint": "eslint .",
"test": "jest ."
},
"peerDependencies": {
"@babel/core": "^7.25.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.5.4"
},
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.25.1",
"eslint-config-airbnb-base": "^15.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-plugin": "^7.25.1",
"eslint": "^8.57.0",
"jest": "^29.7.0"
},
"packageManager": "[email protected]"
}