mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2026-04-28 11:17:36 +02:00
Changed fixer to prettier
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
};
|
||||
Reference in New Issue
Block a user