Skip to content

Commit 90d0727

Browse files
update lint rule
1 parent c896e1a commit 90d0727

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default defineConfig([globalIgnores([
5353
}],
5454

5555
"@typescript-eslint/no-explicit-any": "off",
56+
"@typescript-eslint/no-require-imports": "off",
5657
"eol-last": ["error", "always"],
5758
"no-trailing-spaces": "error",
5859
"space-before-blocks": ["error", "always"],

0 commit comments

Comments
 (0)