Skip to content

Commit 49fe4db

Browse files
committed
add linebreak-style rule to solve lint errors
1 parent b61df7f commit 49fe4db

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ module.exports = {
2121
"no-var" : 0,
2222
"new-cap" : 0,
2323
"prefer-const":0,
24+
"linebreak-style": 0,
2425
},
2526
};

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)