1
0
Fork 0

update lint

master
Gordon Williams 2021-01-20 08:36:44 +00:00
parent a0ea14c00a
commit 78316ea383
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@
"no-octal": "off", "no-octal": "off",
"no-prototype-builtins": "off", "no-prototype-builtins": "off",
"no-redeclare": "off", "no-redeclare": "off",
"no-unreachable": "warn",
// TODO: "no-undef": "warn", // TODO: "no-undef": "warn",
"no-undef": "off", "no-undef": "off",
"no-unused-vars": "off", "no-unused-vars": "off",