1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-06 21:36:29 +02:00

add prettier configs

This commit is contained in:
Kushagra Gour
2018-04-14 23:05:35 +05:30
parent eeba248038
commit f8b2a63285
3 changed files with 7 additions and 1 deletions

4
.prettierrc Normal file
View File

@@ -0,0 +1,4 @@
{
"singleQuote": true,
"useTabs": true
}