We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd069dd commit 21b8f01Copy full SHA for 21b8f01
typescript/eslint.config.mjs
@@ -59,7 +59,7 @@ export default defineConfig([
59
allowExpressions: true,
60
}],
61
62
- "@stylistic/func-call-spacing": ["error", "never"],
+ "@stylistic/function-call-spacing": ["error", "never"],
63
semi: "off",
64
"@stylistic/semi": ["error", "never"],
65
"@stylistic/type-annotation-spacing": "error",
0 commit comments