-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.3 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
{
"name": "@arthurgeron/eslint-config",
"version": "2.0.2",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Arthur Geron",
"license": "",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurgeron/eslint-config.git"
},
"peerDependencies": {
"eslint": ">= 8.32.x",
"eslint-plugin-testing-library": ">= 6.2.x",
"react": ">= 18.x",
"@typescript-eslint/eslint-plugin": ">=4.x",
"@typescript-eslint/parser": ">=4.x",
"eslint-import-resolver-typescript": "2.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-import-helpers": "1.3.x",
"eslint-plugin-no-inline-styles": "1.x",
"eslint-plugin-prettier": ">= 4.x",
"eslint-plugin-radar": "0.x",
"eslint-plugin-react": "7.31.X",
"eslint-plugin-react-hooks": "4.x",
"eslint-plugin-unicorn": ">= 45.0.x",
"@babel/eslint-parser": ">= 7.19.x",
"prettier": ">= 2.8.x",
"eslint-config-prettier": ">=8.8.0",
"eslint-plugin-jest": ">= 26.x.x",
"react-native": ">= 0.72.2",
"@react-native/eslint-config": ">= 0.72.2",
"@arthurgeron/eslint-plugin-react-usememo": ">= 1.x.x",
"eslint-config-next": ">= 14.1.0"
}
}