Skip to content

Commit e98b5db

Browse files
author
sunjieming
committed
Updated eslint to be compatible with windows
1 parent a11a6e8 commit e98b5db

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
@@ -7,6 +7,7 @@
77
"rules": {
88
"no-param-reassign": 0,
99
"max-len": 0,
10-
"no-plusplus": 0
10+
"no-plusplus": 0,
11+
"linebreak-style": 0
1112
}
1213
}

0 commit comments

Comments
 (0)