File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"dep" : " prod,dev" ,
3
- "reject" : [" eslint " ]
3
+ "reject" : []
4
4
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Shared ESLint config for projects using React.
9
9
## Installation
10
10
11
11
``` console
12
- npm i -D eslint-config-cheminfo-react eslint@^8.57.0
12
+ npm i -D eslint-config-cheminfo-react eslint
13
13
```
14
14
15
15
## Usage
Original file line number Diff line number Diff line change 32
32
},
33
33
"homepage" : " https://github.com/cheminfo/eslint-config-cheminfo-react#readme" ,
34
34
"dependencies" : {
35
- "eslint-config-cheminfo" : " ^11 .0.4 " ,
36
- "eslint-plugin-react" : " ^7.35.0 " ,
37
- "eslint-plugin-react-hooks" : " ^4.6.2 " ,
38
- "eslint-plugin-react-refresh" : " ^0.4.8 " ,
39
- "globals" : " ^15.8 .0"
35
+ "eslint-config-cheminfo" : " ^12 .0.0 " ,
36
+ "eslint-plugin-react" : " ^7.37.1 " ,
37
+ "eslint-plugin-react-hooks" : " 5.1.0-rc-1460d67c-20241003 " ,
38
+ "eslint-plugin-react-refresh" : " ^0.4.12 " ,
39
+ "globals" : " ^15.10 .0"
40
40
},
41
41
"peerDependencies" : {
42
- "eslint" : " ^8.57.0"
42
+ "eslint" : " ^8.57.0 || ^9.12.0 "
43
43
},
44
44
"devDependencies" : {
45
- "eslint" : " 8.57 .0" ,
45
+ "eslint" : " 9.12 .0" ,
46
46
"prettier" : " ^3.3.3" ,
47
47
"react" : " ^18.3.1"
48
48
}
You can’t perform that action at this time.
0 commit comments