This commit is contained in:
Jan Prochazka
2021-01-21 13:54:14 +01:00
parent 3da222f3d1
commit a44f4f6208
2 changed files with 2 additions and 1 deletions

View File

@@ -4,5 +4,6 @@ module.exports = {
semi: true,
singleQuote: true,
arrowParen: 'avoid',
arrowParens: 'avoid',
printWidth: 120,
};