Skip to content

Commit d193614

Browse files
committed
chore(lint): update .eslintrc.json
1 parent 639959d commit d193614

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"@typescript-eslint/no-explicit-any": "off",
2020
"@typescript-eslint/no-var-requires": "off"
2121
},
22+
"settings": {
23+
"react": {
24+
"version": "detect"
25+
}
26+
},
2227
"env": {
2328
"browser": true,
2429
"es6": true

0 commit comments

Comments
 (0)