Skip to content

Commit 462bef9

Browse files
committed
fix:Expected linebreaks to be 'LF' but found 'CRLF' in windows
1 parent 289ae23 commit 462bef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module.exports = {
3131
"comma-dangle": 0,
3232
"react/jsx-filename-extension": [1, { extensions: [".js", ".jsx"] }],
3333
quotes: ["error", "double"],
34+
"linebreak-style": ["error", "windows"],
3435
"linebreak-style": ["error", "unix"],
3536
"no-console": "error",
3637
"react/react-in-jsx-scope": 0,

0 commit comments

Comments
 (0)