upgrade eslint and fix errors
This commit is contained in:
parent
4d2a1668e4
commit
9527757d9b
11 changed files with 264 additions and 282 deletions
|
|
@ -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 :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue