update prettier config

This commit is contained in:
vitormalencar 2021-01-21 11:44:11 +01:00
parent 2239c05b4d
commit d8a51544bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"