Skip to content

Commit 893b21f

Browse files
Update .eslintrc
1 parent 5950486 commit 893b21f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"comma-dangle": ["error", "always-multiline"],
55
"no-console": "off",
66
"indent": [ "error", 2 ],
7-
"semi": ["error", "always"],
8-
"linebreak-style": [ "error", "unix" ]
7+
"semi": ["error", "always"]
98
},
109
"env": {
1110
"es6": true,

0 commit comments

Comments
 (0)