Skip to content

Commit 59e23e5

Browse files
committed
Need to update documentation
1 parent 6a38e4c commit 59e23e5

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
@@ -46,8 +46,7 @@
4646
"comma-dangle": ["error", "never"],
4747
"object-curly-spacing": ["error", "always"],
4848
"arrow-parens": ["error", "as-needed"],
49-
// "linebreak-style": ["error", "unix"],
50-
"linebreak-style": ["error", "windows"],
49+
"linebreak-style": ["error", "unix"],
5150
"no-trailing-spaces": ["error"],
5251
"no-prototype-builtins": "off",
5352
"no-async-promise-executor": "off"

0 commit comments

Comments
 (0)