Add missing eslint rule

This commit is contained in:
Debajyoti Halder
2021-01-29 12:15:35 +05:30
parent 6106345e6d
commit c9d6493bef
+1 -1
View File
@@ -49,7 +49,7 @@ module.exports = {
'no-redeclare': 'off',
'@typescript-eslint/no-shadow': 'error',
'@typescript-eslint/no-redeclare': 'error',
'no-undef': 'off',
'import/newline-after-import': 'error',
'import/no-duplicates': 'warn',
'import/no-extraneous-dependencies': [