Skip to content

Commit dbd0734

Browse files
SunJieMingSunJieMing
authored andcommitted
Merge branch 'master' of https://github.com/LambdaSchool/JavaScript-I into solution
2 parents dd317f3 + db3e238 commit dbd0734

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
],
66
"consistent-return": 0,
77
"rules": {
8-
"no-param-reassign": 0,
98
"max-len": 0,
109
"no-plusplus": 0,
1110
"linebreak-style": 0,
1211
"consistent-return": 0,
1312
"no-useless-return": 0,
1413
"no-return-assign": 0,
15-
"comma-dangle": 0,
1614
"arrow-body-style": 0,
17-
"max-len": 0,
1815
"no-unused-vars": 0,
1916
"no-useless-constructor": 0,
2017
"import/no-unresolved": 0

0 commit comments

Comments
 (0)