Skip to content

Commit 42866ad

Browse files
committed
fix(repo): import/no-commonjs Oxlint rule
1 parent a4094da commit 42866ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"typescript/no-unnecessary-type-assertion": "error",
8888
"typescript/no-unnecessary-type-arguments": "error",
8989
"typescript/prefer-ts-expect-error": "error",
90-
"import/no-commonjs ": "error",
90+
"import/no-commonjs": "error",
9191
"import/no-unassigned-import": ["error", {"allow": ["**/*.css"]}],
9292
"no-restricted-globals": [
9393
"error",

0 commit comments

Comments
 (0)