mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Adding image names to shadow root
This commit is contained in:
@@ -11,9 +11,10 @@ module.exports = {
|
||||
SharedArrayBuffer: "readonly",
|
||||
},
|
||||
rules: {
|
||||
"no-extra-semi": "off",
|
||||
"no-undef": ["warn"],
|
||||
eqeqeq: ["warn", "smart"],
|
||||
"no-unused-vars": "off",
|
||||
"no-prototype-builtins": "off",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
semi: true,
|
||||
semi: false,
|
||||
singleQuote: false,
|
||||
};
|
||||
}
|
||||
|
1684
stable.user.js
1684
stable.user.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user