1
0
mirror of synced 2024-11-27 17:00:55 +01:00

style: change prettier config

This commit is contained in:
Juchan Roh 2023-02-04 23:06:44 +09:00
parent 72ab3d7f6c
commit 72058b3ecf

View File

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