Update prettier config file

This commit is contained in:
IvanZosimov 2023-03-03 13:34:36 +01:00
parent d8113abd3d
commit de75b8fc4c

View file

@ -6,5 +6,6 @@ module.exports = {
singleQuote: true,
trailingComma: 'none',
bracketSpacing: false,
arrowParens: 'avoid'
arrowParens: 'avoid',
endOfLine: 'auto'
};