mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Changed fixer to prettier
This commit is contained in:
parent
6da775af3e
commit
17e42cb17f
3 changed files with 2402 additions and 1962 deletions
6
.prettierrc.js
Normal file
6
.prettierrc.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
trailingComma: "es5",
|
||||
tabWidth: 4,
|
||||
semi: true,
|
||||
singleQuote: false,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue