We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b78e85 commit 6bacb74Copy full SHA for 6bacb74
.eslintrc.js
@@ -23,6 +23,7 @@ module.exports = {
23
'@typescript-eslint/explicit-module-boundary-types': 'off',
24
'@typescript-eslint/no-unused-vars': 'off',
25
'@typescript-eslint/ban-types': 'off',
26
+ '@typescript-eslint/no-array-constructor': 'off',
27
},
28
29
{
0 commit comments