2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 11:29:03 +00:00

Add .prettierrc config to disable auto double quote fomatting

This commit is contained in:
Suraj Shetty 2018-07-14 19:52:33 +05:30
parent 00b93cac73
commit 696b2d60c7

3
.prettierrc Normal file
View File

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