Changed fixer to prettier

This commit is contained in:
mrfry
2020-09-13 08:58:14 +02:00
parent 6da775af3e
commit 17e42cb17f
3 changed files with 2402 additions and 1962 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
trailingComma: "es5",
tabWidth: 4,
semi: true,
singleQuote: false,
};