Skip to content

Commit ff66e53

Browse files
committed
lax eslint config
2 parents 21e1030 + e2dce60 commit ff66e53

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"extends": [
3-
"airbnb/legacy"
3+
"airbnb-base/legacy"
44
],
55
"rules": {
66
"comma-dangle": [2, "never"],
7+
"consistent-return": 0,
78
"eqeqeq": 0,
89
"func-names": 0,
910
"guard-for-in": 0,
11+
"global-require": 0,
1012
"one-var": [2, "never"],
1113
"padded-blocks": 0,
1214
"vars-on-top": 0,

0 commit comments

Comments
 (0)