Skip to content

Commit

Permalink
Update eslint dependencies and fix some linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-c committed Dec 1, 2017
1 parent 6f58729 commit 9ec8cd2
Show file tree
Hide file tree
Showing 8 changed files with 531 additions and 508 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Expand Up @@ -15,6 +15,8 @@
"no-param-reassign": 0,
"quote-props": 0,
"wrap-iife": [2, "inside"],
"import/no-unresolved": 0
"import/no-unresolved": 0,
"indent": 0,
"no-buffer-constructor": 0, // We still support Node v4.
}
}

0 comments on commit 9ec8cd2

Please sign in to comment.