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.
@typescript-eslint/prefer-as-const
1 parent f599da9 commit c68e88eCopy full SHA for c68e88e
index.js
@@ -332,6 +332,7 @@ module.exports = {
332
'no-useless-constructor': 'off',
333
'@typescript-eslint/no-useless-constructor': 'error',
334
'@typescript-eslint/no-var-requires': 'error',
335
+ '@typescript-eslint/prefer-as-const': 'error',
336
'@typescript-eslint/prefer-for-of': 'error',
337
'@typescript-eslint/prefer-function-type': 'error',
338
'@typescript-eslint/prefer-includes': 'error',
0 commit comments