- Linting: As per latest ash-nazg

- npm: Update devDeps (and Jamilih copy)
This commit is contained in:
Brett Zamir
2020-05-26 20:44:54 +08:00
parent 9c9cf3e701
commit b7e11f1bf8
17 changed files with 822 additions and 1501 deletions

View File

@@ -60,6 +60,7 @@ module.exports = {
settings: {
polyfills: [
'document.querySelector',
'history',
'history.pushState',
'history.replaceState',
'Number.parseFloat',
@@ -130,6 +131,7 @@ module.exports = {
'console',
'CustomEvent',
'document.body',
'document.createElementNS',
'document.evaluate',
'document.head',
'document.importNode',
@@ -138,7 +140,9 @@ module.exports = {
'Error',
'FileReader',
'JSON',
'KeyboardEvent',
'location.href',
'MouseEvent',
'MutationObserver',
'Number.isNaN',
'Number.parseFloat',
@@ -159,6 +163,7 @@ module.exports = {
'XMLSerializer',
'XMLHttpRequest',
'window.getComputedStyle',
'window.parent',
'window.scrollX',
'window.scrollY'
]
@@ -266,6 +271,7 @@ module.exports = {
'console',
'Date.now',
'document.body',
'document.createElementNS',
'document.head',
'DOMParser',
'Number.isNaN',