style: change prettier config
This commit is contained in:
parent
72ab3d7f6c
commit
72058b3ecf
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
arrowParens: 'avoid',
|
||||
bracketSameLine: true,
|
||||
bracketSpacing: false,
|
||||
bracketSpacing: true,
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user