Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5854a72

Browse files
committed
Turn off ESLint linebreak-style for the benefit of Windows users
1 parent c9f42e1 commit 5854a72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"prefer-arrow-callback": "off",
2020
"prefer-destructuring": "off",
2121
"prefer-template": "off",
22-
"trailing-comma": "off"
22+
"trailing-comma": "off",
23+
"linebreak-style": "off"
2324
}
2425
}

0 commit comments

Comments
 (0)