mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-12 11:34:38 +03:00
fix: Fix line endings from CRLF to LF to comply with Prettier and ESLint rules
This commit is contained in:
parent
2a4c02f601
commit
3cbfe5dc70
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ module.exports = {
|
|||
'error', {
|
||||
singleQuote: true,
|
||||
parser: "flow",
|
||||
tabWidth: 4
|
||||
tabWidth: 4,
|
||||
endOfLine: 'lf'
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue