2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00

Add .prettierrc config to avoid auto formatting with double quotes

This commit is contained in:
Suraj Shetty 2018-07-14 20:10:57 +05:30
parent 815f4d5883
commit bb39c74a7a

3
.prettierrc Normal file
View File

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