Minor: enable new feature in prettier

pull/4789/head
Daniel Gayoso González 2 years ago
parent 36059307ec
commit 12f2883722
  1. 3
      .prettierrc.json

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

Loading…
Cancel
Save