Skip to content

Commit

Permalink
chore(deps): update eslint and eslint-config-google deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Jul 1, 2019
1 parent 543da61 commit 14e9e4a
Show file tree
Hide file tree
Showing 5 changed files with 4,078 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"no-useless-escape":0,
"quote-props": [2, "as-needed"],
"no-var": "off",
"no-invalid-this": "off"
"no-invalid-this": "off",
"indent": ["error", 2, {"FunctionDeclaration": {"body": 1, "parameters": 2}}]
}
}
Loading

0 comments on commit 14e9e4a

Please sign in to comment.