Skip to content

Commit fc87894

Browse files
committed
Fix eslint react version until react is upgraded
1 parent 08128b3 commit fc87894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"settings": {
122122
"react": {
123123
"pragma": "React",
124-
"version": "detect"
124+
"version": "17.0.2"
125125
},
126126
"import/parsers": {
127127
"@typescript-eslint/parser": [

0 commit comments

Comments
 (0)