Skip to content

Commit aba8160

Browse files
committed
chore: adjust linebreak-style eslint rule
1 parent c6aa831 commit aba8160

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"jsx-quotes": "error",
142142
"key-spacing": "off",
143143
"keyword-spacing": "error",
144-
"linebreak-style": ["error", "unix"],
144+
"linebreak-style": 0,
145145
"line-comment-position": "off",
146146
"lines-around-comment": "off",
147147
"lines-around-directive": "error",

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.css text eol=lf
2+
*.js text eol=lf

0 commit comments

Comments
 (0)