try to use strict again

master
Sebastian Di Luzio 2021-12-10 22:36:22 +01:00
parent 0ece5ccdb0
commit 0499f04dc3
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
"use strict";
(() => { (() => {
const icon = require('heatshrink').decompress(atob('ikggMAiEAgYIBmEAg4EB+EAh0AgPggEeCAIEBnwQBAgP+gEP//x///j//8f//k///H//4BYOP/4lBv4bDvwEB4EAvAEBwEAuA7DCAI7BgAQBhEAA')); const icon = require('heatshrink').decompress(atob('ikggMAiEAgYIBmEAg4EB+EAh0AgPggEeCAIEBnwQBAgP+gEP//x///j//8f//k///H//4BYOP/4lBv4bDvwEB4EAvAEBwEAuA7DCAI7BgAQBhEAA'));
const iconWidth = 18; const iconWidth = 18;

View File

@ -11,7 +11,7 @@
"noUncheckedIndexedAccess": true, "noUncheckedIndexedAccess": true,
"noUnusedLocals": true, "noUnusedLocals": true,
"noUnusedParameters": true, "noUnusedParameters": true,
"noImplicitUseStrict": true "strict": true
}, },
"include": ["../apps/**/*", "./**/*"], "include": ["../apps/**/*", "./**/*"],
// these apps have been excluded because they were built before this configuration was created and are using their own // these apps have been excluded because they were built before this configuration was created and are using their own