CodingGarden / listd

listd is a Full Stack App that will allow users to create, share and watch lists of YouTube channels. This app is being built LIVE on Twitch https://twitch.tv/codinggarden
https://twitch.tv/codinggarden
MIT License
190 stars 53 forks source link

Remove remaining disable of @typescript-eslint/no-throw-literal for redirect #63

Closed Kibujiro closed 1 year ago

Kibujiro commented 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().

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.