Skip to content

Commit 1cdce61

Browse files
committed
fix(eslint-config): remove experemental rule
1 parent 19bf5e8 commit 1cdce61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/eslint-config/src/rules/typescript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ module.exports = {
147147
allowedNames: ['self']
148148
}
149149
],
150-
'@typescript-eslint/no-unused-vars-experimental': 'error',
151150
'@typescript-eslint/prefer-for-of': 'error',
152151
'@typescript-eslint/prefer-function-type': 'error',
153152
'@typescript-eslint/prefer-namespace-keyword': 'off',

0 commit comments

Comments
 (0)