🚀 Feature: Remove the manual disable of no-case-declarations #1467
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.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.The text was updated successfully, but these errors were encountered: