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

View file

@ -1,6 +1,6 @@
module.exports = {
trailingComma: "es5",
tabWidth: 4,
tabWidth: 2,
semi: false,
singleQuote: false,
singleQuote: true,
}

File diff suppressed because it is too large Load diff