Skip to content

Commit 4d53c12

Browse files
committed
Remove noUncheckedSideEffectImports
1 parent aac9868 commit 4d53c12

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/plugin-react-swc/tsconfig.src.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"noUnusedParameters": true,
2222
"noFallthroughCasesInSwitch": true,
2323
"useUnknownInCatchVariables": true,
24-
"noUncheckedSideEffectImports": true,
2524
"noPropertyAccessFromIndexSignature": true
2625
}
2726
}

packages/plugin-react-swc/tsconfig.test.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"noUnusedParameters": true,
2020
"noFallthroughCasesInSwitch": true,
2121
"useUnknownInCatchVariables": true,
22-
"noUncheckedSideEffectImports": true,
2322
"noPropertyAccessFromIndexSignature": true
2423
}
2524
}

0 commit comments

Comments
 (0)