We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b46d00 commit 0b84878Copy full SHA for 0b84878
eslint.config.js
@@ -1192,6 +1192,7 @@ export default [
1192
// Application-specific ordering is more relevant than type-specific
1193
'@typescript-eslint/member-ordering': 0,
1194
'@typescript-eslint/prefer-optional-chain': 2,
1195
+ '@typescript-eslint/no-misused-spread': 2,
1196
1197
// Classes
1198
'@typescript-eslint/unbound-method': 2,
0 commit comments