Skip to content

Commit

Permalink
refactor: Fresh up deps and fix new lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Sep 30, 2017
1 parent 7dd3fe8 commit 124a7b5
Show file tree
Hide file tree
Showing 41 changed files with 4,562 additions and 1,001 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'no-bitwise': ["error", { "allow": ["~"] }], // allow to use ~x.indexOf
'no-restricted-syntax': 0, // for..of is used at tests
'no-multi-assign': 0, // allow x = y = z
'prefer-destructuring': 0, // allow things like x = y[z]
'output-todo-comments/output-todo-comments': [
'warn', {
terms: ['todo'],
Expand Down
Loading

0 comments on commit 124a7b5

Please sign in to comment.