upgrade eslint and fix errors

This commit is contained in:
Labhansh Agrawal 2023-06-26 16:47:43 +05:30
parent 4d2a1668e4
commit 9527757d9b
11 changed files with 264 additions and 282 deletions

View file

@ -30,7 +30,7 @@ const isWindows = ['Windows', 'Win16', 'Win32', 'WinCE'].includes(navigator.plat
const allowedCursorShapes = new Set(['BEAM', 'BLOCK', 'UNDERLINE']);
const allowedCursorBlinkValues = new Set([true, false]);
const allowedBells = new Set(['SOUND', 'false', false]);
const allowedHamburgerMenuValues = new Set([true, false, '']);
const allowedHamburgerMenuValues = new Set([true, false, ''] as const);
const allowedWindowControlsValues = new Set([true, false, 'left']);
// Populate `config-default.js` from this :)