Merge pull request #119 from aidenybai/add-prettier

Add prettier config
hugo
Jacky Zhao 3 years ago committed by GitHub
commit 66304da027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,7 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}
Loading…
Cancel
Save