Merge pull request #973 from palash-signoz/eslint-used-var-error

chore(eslint): @typescript-eslint/no-unused-vars is made to error
This commit is contained in:
palash-signoz 2022-04-08 15:13:20 +05:30 committed by GitHub
commit da8f3a6e81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,6 +101,7 @@ module.exports = {
},
},
],
'@typescript-eslint/no-unused-vars': 'error',
// eslint rules need to remove
'no-shadow': 'off',