add a default prettierrc to my dotfiles/config files
This commit is contained in:
parent
a974024add
commit
db375cbc86
1 changed files with 6 additions and 0 deletions
6
.config/.prettierrc.json
Normal file
6
.config/.prettierrc.json
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"trailingComman": "es5",
|
||||||
|
"tabWidth": 4,
|
||||||
|
"semi": true,
|
||||||
|
"singleQuote": true
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue