File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Semantic Versioning.
1212
1313* An incomplete ` class ` now reports [ E0199] [ ] instead of failing with the
1414 catch-all [ E0054] [ ] . (Thanks to [ Dave Churchill] [ ] for reporting.)
15+ * Statements before the first ` case ` in a ` switch ` now report [ E0198] [ ]
16+ (implemented by [ Himanshu] [ ] ).
1517
1618## 2.2.0 (2022-02-17)
1719
@@ -471,6 +473,7 @@ Beta release.
471473[ E0195 ] : https://quick-lint-js.com/errors/E0195/
472474[ E0196 ] : https://quick-lint-js.com/errors/E0196/
473475[ E0197 ] : https://quick-lint-js.com/errors/E0197/
476+ [ E0198 ] : https://quick-lint-js.com/errors/E0198/
474477[ E0199 ] : https://quick-lint-js.com/errors/E0199/
475478[ E0203 ] : https://quick-lint-js.com/errors/E0203/
476479[ E0205 ] : https://quick-lint-js.com/errors/E0205/
You can’t perform that action at this time.
0 commit comments