Fix prettier config file

This commit is contained in:
dapplion 2020-11-04 18:04:55 +00:00
parent eaffbae449
commit dad7655a35
2 changed files with 9 additions and 11 deletions

9
.prettierrc.yml Normal file
View File

@ -0,0 +1,9 @@
printWidth: 120
tabWidth: 2
useTabs: false
semi: true
singleQuote: false
quoteProps: "as-needed"
trailingComma: "es5"
bracketSpacing: false
arrowParens: "always"

View File

@ -1,11 +0,0 @@
module.exports = {
printWidth: 120,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
quoteProps: "as-needed",
trailingComma: "es5",
bracketSpacing: false,
arrowParens: "always",
};