Skip to content

Commit 8c5f334

Browse files
committed
Fix eslintrc
1 parent 1bba966 commit 8c5f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "airbnb-base",
33
"rules": {
44
"no-underscore-dangle": 0,
5-
"linebreak-style": 0
5+
"linebreak-style": 0,
66
"global-require": 0
77
},
88
"env": {

0 commit comments

Comments
 (0)