JoshuaKGoldberg/create-typescript-app

๐Ÿš€ Feature: Remove the manual disable of no-case-declarations

Closed this issue ยท 1 comments

Bug Report Checklist

Overview

I've had a manual disable of https://eslint.org/docs/latest/rules/no-case-declarations in this template for a while. But it doesn't really need to be there. Let's remove it to simplify the config.

Additional Info

I believe I'd added it in out of irritation for not wanting to wrap case statements with {} blocks. But that actually is semantically what the rule is trying to enforce, for some good reasons.

๐ŸŽ‰ This is included in version v1.59.0 ๐ŸŽ‰

The release is available on:

Cheers! ๐Ÿ“ฆ๐Ÿš€