Skip to content

Commit ef4f845

Browse files
committed
Updated deps.
1 parent 5c071bb commit ef4f845

File tree

8 files changed

+2537
-1805
lines changed

8 files changed

+2537
-1805
lines changed

.eslintrc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"eqeqeq": [2, "allow-null"],
2727
"func-names": 0,
2828
"func-style": [0, "declaration"],
29-
"generator-star": [2, "middle"],
3029
"guard-for-in": 0,
3130
"handle-callback-err": [2, "^(err|error|anySpecificError)$"],
3231
"indent": [2, 2],
@@ -55,7 +54,6 @@
5554
"no-duplicate-case": 2,
5655
"no-else-return": 0,
5756
"no-empty": 0,
58-
"no-empty-class": 2,
5957
"no-empty-label": 2,
6058
"no-eq-null": 0,
6159
"no-eval": 2,
@@ -129,7 +127,6 @@
129127
"no-void": 2,
130128
"no-warning-comments": 0,
131129
"no-with": 2,
132-
"no-wrap-func": 2,
133130
"one-var": 0,
134131
"operator-assignment": [0, "always"],
135132
"padded-blocks": [2, "never"],
@@ -142,12 +139,10 @@
142139
"space-after-keywords": [2, "always"],
143140
"space-before-blocks": [2, "always"],
144141
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
145-
"space-in-brackets": [2, "never"],
146142
"space-in-parens": [2, "never"],
147143
"space-infix-ops": 2,
148144
"space-return-throw-case": 2,
149145
"space-unary-ops": [2, {"words": true, "nonwords": false}],
150-
"spaced-line-comment": [2, "always"],
151146
"strict": 0,
152147
"use-isnan": 2,
153148
"valid-jsdoc": 0,

0 commit comments

Comments
 (0)