Fix prettier config file
This commit is contained in:
parent
eaffbae449
commit
dad7655a35
|
@ -0,0 +1,9 @@
|
||||||
|
printWidth: 120
|
||||||
|
tabWidth: 2
|
||||||
|
useTabs: false
|
||||||
|
semi: true
|
||||||
|
singleQuote: false
|
||||||
|
quoteProps: "as-needed"
|
||||||
|
trailingComma: "es5"
|
||||||
|
bracketSpacing: false
|
||||||
|
arrowParens: "always"
|
|
@ -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",
|
|
||||||
};
|
|
Reference in New Issue