Skip to content

Commit 675ac4d

Browse files
committed
chore(package): add 'prettier' configuration ovverides for format-on-save
1 parent 44162da commit 675ac4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,10 @@
7777
"presets": [
7878
"react-app"
7979
]
80+
},
81+
"prettier": {
82+
"singleQuote": true,
83+
"trailingComma": "all",
84+
"arrowParens": "always"
8085
}
8186
}

0 commit comments

Comments
 (0)