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.
prefer-object-spread
no-useless-catch
1 parent ff9a8f0 commit 97b234fCopy full SHA for 97b234f
index.js
@@ -182,6 +182,10 @@ module.exports = {
182
'@typescript-eslint/prefer-namespace-keyword': 'error',
183
'@typescript-eslint/promise-function-async': 'error',
184
'@typescript-eslint/restrict-plus-operands': 'error',
185
- '@typescript-eslint/type-annotation-spacing': 'error'
+ '@typescript-eslint/type-annotation-spacing': 'error',
186
+
187
+ // TypeScript supports these features
188
+ 'prefer-object-spread': 'error',
189
+ 'no-useless-catch': 'error'
190
}
191
};
0 commit comments