Prettier: 2 tab width, single quotes

This commit is contained in:
mrfry
2020-10-21 14:29:09 +02:00
parent 780170caa4
commit 96483c4b69
2 changed files with 2260 additions and 2343 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
module.exports = {
trailingComma: "es5",
tabWidth: 4,
tabWidth: 2,
semi: false,
singleQuote: false,
singleQuote: true,
}
+481 -564
View File
File diff suppressed because it is too large Load Diff