Update ESLint config and plugins

This commit is contained in:
Tim Schaub
2022-05-23 15:01:07 -06:00
parent f1fc38ce33
commit bbbca0ab78
11 changed files with 205 additions and 270 deletions

View File

@@ -1189,8 +1189,8 @@ class Executor {
}
++i;
break;
default:
++i; // consume the instruction anyway, to avoid an infinite loop
default: // consume the instruction anyway, to avoid an infinite loop
++i;
break;
}
}