1
0
Fork 0

fix build issues from minified code

master
Gordon Williams 2021-11-22 11:08:10 +00:00
parent 3b1597ab5c
commit 3ee03720eb
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@
"no-prototype-builtins": "off",
"no-redeclare": "off",
"no-unreachable": "warn",
"no-cond-assign": "warn",
"no-useless-catch": "warn",
// TODO: "no-undef": "warn",
"no-undef": "off",
"no-unused-vars": "off",