Skip to content

Commit 9ec8cd2

Browse files
committed
Update eslint dependencies and fix some linting errors
1 parent 6f58729 commit 9ec8cd2

File tree

8 files changed

+531
-508
lines changed

8 files changed

+531
-508
lines changed

.eslintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"no-param-reassign": 0,
1616
"quote-props": 0,
1717
"wrap-iife": [2, "inside"],
18-
"import/no-unresolved": 0
18+
"import/no-unresolved": 0,
19+
"indent": 0,
20+
"no-buffer-constructor": 0, // We still support Node v4.
1921
}
2022
}

0 commit comments

Comments
 (0)