Bump eslint package versions

This commit is contained in:
Matt Bierner
2022-04-13 15:49:42 -07:00
parent e18cac06f6
commit 6bd0a97459
103 changed files with 31850 additions and 51991 deletions

View File

@ -55,7 +55,7 @@ export function activate(context: vscode.ExtensionContext) {
activeEditor.setDecorations(largeNumberDecorationType, largeNumbers);
}
function triggerUpdateDecorations(throttle: boolean = false) {
function triggerUpdateDecorations(throttle = false) {
if (timeout) {
clearTimeout(timeout);
timeout = undefined;