update prettier config

main
TZGyn 3 years ago
parent fa1a552ce5
commit f3ab66d31f

@ -0,0 +1,8 @@
.nuxt/
package.json
package-lock.json
README.md
.yarnrc.yml

@ -1,7 +1,7 @@
printWidth: 80 printWidth: 80
tabWidth: 4 tabWidth: 4
useTabs: true useTabs: true
semi: true semi: false
singleQuote: true singleQuote: true
quoteProps: 'consistent' quoteProps: 'consistent'
jsxSingleQuote: true jsxSingleQuote: true

Loading…
Cancel
Save