Skip to content

Commit 21b8f01

Browse files
committed
[ts] Fix eslint config
1 parent cd069dd commit 21b8f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default defineConfig([
5959
allowExpressions: true,
6060
}],
6161

62-
"@stylistic/func-call-spacing": ["error", "never"],
62+
"@stylistic/function-call-spacing": ["error", "never"],
6363
semi: "off",
6464
"@stylistic/semi": ["error", "never"],
6565
"@stylistic/type-annotation-spacing": "error",

0 commit comments

Comments
 (0)