Update .prettierrc.js

This commit is contained in:
freearhey 2023-10-02 06:28:05 +03:00
parent 2b9a4da659
commit c21c082d42

View file

@ -6,7 +6,5 @@ module.exports = {
singleQuote: true,
printWidth: 100,
trailingComma: 'none',
bracketSpacing: true,
singleAttributePerLine: false,
arrowParens: 'avoid'
}