Add more format options to prettier

* This could make the code more consistent across all project
pull/4791/head
Daniel Gayoso González 2 years ago
parent 56ad5fed8e
commit be1d2fb68f
  1. 4
      .prettierrc.json

@ -1,3 +1,5 @@
{
"printWidth": 120
"printWidth": 120,
"semi": false,
"singleAttributePerLine": true
}

Loading…
Cancel
Save