1
0
mirror of synced 2024-11-24 07:10:15 +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 = { module.exports = {
arrowParens: 'avoid', arrowParens: 'avoid',
bracketSameLine: true, bracketSameLine: false,
bracketSpacing: true, bracketSpacing: true,
singleQuote: true, singleQuote: true,
trailingComma: 'all', trailingComma: 'all',