[prettier] Add sensible global defaults
This commit is contained in:
parent
4ff95c1e94
commit
6706b66428
1 changed files with 5 additions and 0 deletions
5
dot_prettierrc
Normal file
5
dot_prettierrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"singleQuote": true,
|
||||
"semi": false,
|
||||
"printWidth": 120
|
||||
}
|
Loading…
Add table
Reference in a new issue