Skip to content

Commit 6bacb74

Browse files
chore: disable @typescript-eslint/no-array-constructor rule
1 parent 3b78e85 commit 6bacb74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
'@typescript-eslint/explicit-module-boundary-types': 'off',
2424
'@typescript-eslint/no-unused-vars': 'off',
2525
'@typescript-eslint/ban-types': 'off',
26+
'@typescript-eslint/no-array-constructor': 'off',
2627
},
2728
},
2829
{

0 commit comments

Comments
 (0)