forked from IgorWarzocha/howcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreact-doctor.config.json
More file actions
27 lines (27 loc) · 880 Bytes
/
react-doctor.config.json
File metadata and controls
27 lines (27 loc) · 880 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
{
"ignore": {
"files": ["Frameworks/effect-smol/**", "Frameworks/t3-code/**"],
"overrides": [
{
"files": [
"src/app/components/workspace/terminal/terminal-viewport.tsx",
"src/app/components/workspace/composer/composer-text-field.tsx",
"src/app/views/settings-view.tsx",
"src/app/components/workspace/composer/ask-questions-card.tsx"
],
"rules": ["react-doctor/rerender-state-only-in-handlers"]
},
{
"files": ["src/app/components/sidebar/projects/sidebar-projects-folder-browser.tsx"],
"rules": ["react-doctor/async-defer-await"]
},
{
"files": [
"src/app/views/settings-view.tsx",
"src/app/components/workspace/composer/ask-questions-card.tsx"
],
"rules": ["react-doctor/no-derived-state-effect"]
}
]
}
}