We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import/no-commonjs
1 parent a4094da commit 42866adCopy full SHA for 42866ad
1 file changed
.oxlintrc.json
@@ -87,7 +87,7 @@
87
"typescript/no-unnecessary-type-assertion": "error",
88
"typescript/no-unnecessary-type-arguments": "error",
89
"typescript/prefer-ts-expect-error": "error",
90
- "import/no-commonjs ": "error",
+ "import/no-commonjs": "error",
91
"import/no-unassigned-import": ["error", {"allow": ["**/*.css"]}],
92
"no-restricted-globals": [
93
"error",
0 commit comments