remove no-shadow:off rules from eslint rule list (#2093)

Co-authored-by: Palash Gupta <palashgdev@gmail.com>
This commit is contained in:
Ram S Gupta 2023-01-23 17:15:18 +05:30 committed by GitHub
parent 75470f6bb9
commit c85d48d7fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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