commit 505a9cd4ae6b67c17b1cc71ccee828370e746795
parent 89227742c5a614d5ae08d640dec4e6b46d90b1e3
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 11 Feb 2022 16:24:02 +0100
Fix lint rules
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.eslintrc.json b/.eslintrc.json
@@ -15,6 +15,12 @@
"unicorn/prefer-ternary": "off",
"unicorn/no-lonely-if": "off",
"unicorn/empty-brace-spaces": "off",
- "unicorn/prefer-node-protocol": "off"
+ "unicorn/prefer-node-protocol": "off",
+ "unicorn/import-style": [
+ "error",
+ {
+ "checkDynamicImport": false
+ }
+ ]
}
}
\ No newline at end of file