try to use strict again
parent
0ece5ccdb0
commit
0499f04dc3
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue