forked from FOSS/BangleApps
fix build issues from minified code
parent
3b1597ab5c
commit
3ee03720eb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue