Skip to content

Commit 5c3a1d9

Browse files
Reenable @typescript-eslint/unified-signatures ESLint rule
1 parent cc41fca commit 5c3a1d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export default defineConfig(
8080
},
8181
},
8282
],
83-
"@typescript-eslint/unified-signatures": "off", // Buggy rule, to be enabled later
8483
"func-style": ["error", "declaration"],
8584
// "import/no-cycle": "error", // doubles eslint time, enable occasionally to check for cycles
8685
"import/no-extraneous-dependencies": "error",

0 commit comments

Comments
 (0)