1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

changed prettier rc

This commit is contained in:
Fedor Katurov 2019-11-20 15:07:43 +07:00
parent 9385e02dd2
commit e5be4c383e
2 changed files with 5 additions and 4 deletions

5
.prettierrc Normal file
View file

@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "es5"
}

View file

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