update prettier config
This commit is contained in:
parent
3e8f321b2e
commit
5e6b937c22
|
@ -3,6 +3,6 @@ module.exports = {
|
||||||
tabWidth: 2,
|
tabWidth: 2,
|
||||||
semi: true,
|
semi: true,
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
printWidth: 80,
|
printWidth: 120,
|
||||||
arrowParens: 'avoid'
|
arrowParens: 'avoid'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue