fix: Fix line endings from CRLF to LF to comply with Prettier and ESLint rules

This commit is contained in:
Данил 2025-03-02 22:01:54 +03:00
parent 2a4c02f601
commit 3cbfe5dc70

View file

@ -17,7 +17,8 @@ module.exports = {
'error', {
singleQuote: true,
parser: "flow",
tabWidth: 4
tabWidth: 4,
endOfLine: 'lf'
},
],
},