Skip to content

Commit 26de6eb

Browse files
committed
disable @typescript-eslint/prefer-interface
1 parent afe0605 commit 26de6eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ module.exports = {
3636
}
3737
],
3838
'@typescript-eslint/no-object-literal-type-assertion': 'off',
39-
'@typescript-eslint/no-unused-vars': 'off'
39+
'@typescript-eslint/no-unused-vars': 'off',
40+
'@typescript-eslint/prefer-interface': 'off'
4041
},
4142
globals: {
4243
globalThis: false

0 commit comments

Comments
 (0)