forked from FOSS/BangleApps
update lint
parent
a0ea14c00a
commit
78316ea383
|
@ -151,6 +151,7 @@
|
|||
"no-octal": "off",
|
||||
"no-prototype-builtins": "off",
|
||||
"no-redeclare": "off",
|
||||
"no-unreachable": "warn",
|
||||
// TODO: "no-undef": "warn",
|
||||
"no-undef": "off",
|
||||
"no-unused-vars": "off",
|
||||
|
|
Loading…
Reference in New Issue