-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-doctor.config.json
More file actions
29 lines (29 loc) · 957 Bytes
/
react-doctor.config.json
File metadata and controls
29 lines (29 loc) · 957 Bytes
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
{
"ignore": {
"rules": [
"jsx-a11y/no-autofocus",
"knip/exports",
"knip/files",
"knip/types",
"react-doctor/async-await-in-loop",
"react-doctor/design-no-three-period-ellipsis",
"react-doctor/js-combine-iterations",
"react-doctor/js-flatmap-filter",
"react-doctor/js-min-max-loop",
"react-doctor/js-set-map-lookups",
"react-doctor/js-tosorted-immutable",
"react-doctor/no-barrel-import",
"react-doctor/no-cascading-set-state",
"react-doctor/no-derived-state-effect",
"react-doctor/no-effect-chain",
"react-doctor/no-eval",
"react-doctor/no-fetch-in-effect",
"react-doctor/no-giant-component",
"react-doctor/no-many-boolean-props",
"react-doctor/prefer-useReducer",
"react-doctor/rendering-usetransition-loading",
"react-doctor/rerender-lazy-state-init",
"react-doctor/rerender-state-only-in-handlers"
]
}
}