Skip to content

Commit 66e4ecc

Browse files
committed
chore: lint fix linebreaks
1 parent 3a8adff commit 66e4ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"plugins": ["react", "@typescript-eslint"],
1616
"rules": {
17-
"linebreak-style": ["error", "windows"],
17+
"linebreak-style": ["error", "unix"],
1818
"quotes": ["error", "single"],
1919
"semi": ["error", "always"],
2020
"@typescript-eslint/no-explicit-any": "off",

.prettierrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"tabWidth": 2,
88
"useTabs": false,
99
"arrowParens": "avoid",
10-
"endOfLine": "crlf",
10+
"endOfLine": "lf",
1111
"trailingComma": "es5"
1212
}

0 commit comments

Comments
 (0)