eslint enum is already declared in the upper scope on line 48 column 13. code example
Example: eslint enum is already declared in the upper scope on line 48 column 13.
{
"rules": {
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"]
},
}