Turn on no-fallthrough rule (#11093)
* chore: turn on no-fallthrough * chore: fix no-fallthrough errors
This commit is contained in:
@@ -1441,7 +1441,7 @@ export default (superClass: Class<Parser>): Class<Parser> =>
|
||||
);
|
||||
}
|
||||
|
||||
this.unexpected();
|
||||
throw this.unexpected();
|
||||
case tt.num:
|
||||
return this.parseLiteral(
|
||||
this.state.value,
|
||||
|
||||
Reference in New Issue
Block a user