Skip to content

Commit 4f2323c

Browse files
committed
corrected eslint linebreak style
1 parent 962101b commit 4f2323c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
],
2626
"linebreak-style": [
2727
"error",
28-
"unix",
29-
"windows"
28+
"unix"
3029
],
3130
"quotes": [
3231
"error",

0 commit comments

Comments
 (0)