Skip to content

Commit

Permalink
chore(deps): Updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Sep 9, 2019
1 parent a9ee708 commit eb9d5e5
Show file tree
Hide file tree
Showing 3 changed files with 745 additions and 794 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "airbnb-base",
"env": { "jest": true },
"rules": {
"no-underscore-dangle": "off"
"no-underscore-dangle": "off",
"arrow-parens": ["error", "as-needed", { "requireForBlockBody": true }],
"max-classes-per-file": "off"
}
}

0 comments on commit eb9d5e5

Please sign in to comment.