Change CRLF to LF

This commit is contained in:
IvanZosimov 2023-03-03 13:38:44 +01:00
parent de75b8fc4c
commit 276c163221
2 changed files with 2 additions and 3 deletions

View file

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