Final fixes for eslint:recommended

This commit is contained in:
Veeck
2020-04-21 10:37:24 +02:00
committed by rejas
parent d08bd4e866
commit 9ec329b7ae
6 changed files with 11 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
}
},
"rules": {
"no-prototype-builtins": "off",
"no-undef": "off",
"no-unused-vars": "off"
}