Closed Kibujiro closed 1 year ago
Implemented with https://github.com/CodingGarden/listd/pull/57 we do not longer need to disable @typescript-eslint/no-throw-literal for trhow redirect().
@typescript-eslint/no-throw-literal
trhow redirect()
Some redirects still have the @typescript-eslint/no-throw-literal rule disabled.
Remaining disable of @typescript-eslint/no-throw-literal for redirects will be removed.
Implemented with https://github.com/CodingGarden/listd/pull/57 we do not longer need to disable
@typescript-eslint/no-throw-literal
fortrhow redirect()
.What type of Pull Request is this?
What is the current behavior?
Some redirects still have the
@typescript-eslint/no-throw-literal
rule disabled.What is the new behavior?
Remaining disable of
@typescript-eslint/no-throw-literal
for redirects will be removed.