We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfe1f7 commit 40ec3a1Copy full SHA for 40ec3a1
src/configs/overrides.ts
@@ -23,6 +23,8 @@ export async function overrides(): Promise<FlatConfigItem[]> {
23
rules: {
24
...pluginFunctional?.configs.off.rules,
25
26
+ "import/no-unassigned-import": "off",
27
+
28
"jsdoc/check-examples": "off",
29
"jsdoc/check-indentation": "off",
30
"jsdoc/check-line-alignment": "off",
0 commit comments