1
0
mirror of synced 2024-11-23 23:01:00 +01:00

style: change prettier config

This commit is contained in:
Juchan Roh 2023-02-05 01:16:43 +09:00
parent 21cc7d447e
commit 757e01ad01

View File

@ -1,6 +1,6 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSameLine: false,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',