Adding image names to shadow root

This commit is contained in:
mrfry 2020-10-21 14:28:02 +02:00
parent 443203848c
commit 780170caa4
3 changed files with 853 additions and 838 deletions

View file

@ -11,9 +11,10 @@ module.exports = {
SharedArrayBuffer: "readonly", SharedArrayBuffer: "readonly",
}, },
rules: { rules: {
"no-extra-semi": "off",
"no-undef": ["warn"], "no-undef": ["warn"],
eqeqeq: ["warn", "smart"], eqeqeq: ["warn", "smart"],
"no-unused-vars": "off", "no-unused-vars": "off",
"no-prototype-builtins": "off", "no-prototype-builtins": "off",
}, },
}; }

View file

@ -1,6 +1,6 @@
module.exports = { module.exports = {
trailingComma: "es5", trailingComma: "es5",
tabWidth: 4, tabWidth: 4,
semi: true, semi: false,
singleQuote: false, singleQuote: false,
}; }

File diff suppressed because it is too large Load diff