WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9a12fff

Browse files
committed
config
1 parent 50eb77d commit 9a12fff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.oxlintrc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"react"
55
],
66
"categories": {
7-
"correctness": "off"
7+
"correctness": "error",
8+
"suspicious": "warn"
89
},
910
"env": {
1011
"builtin": true
@@ -26,7 +27,10 @@
2627
"react/no-is-mounted": "error",
2728
"react/no-render-return-value": "error",
2829
"react/no-string-refs": "error",
29-
"react/no-unescaped-entities": "error"
30+
"react/no-unescaped-entities": "error",
31+
"react-in-jsx-scope": "off",
32+
"no-array-index-key": "off",
33+
"exhaustive-deps": "off"
3034
},
3135
"overrides": [
3236
{

0 commit comments

Comments
 (0)