Skip to content

Commit

Permalink
Fix ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed May 10, 2016
1 parent f8e8098 commit 2a42739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Expand Up @@ -9,8 +9,10 @@
"eqeqeq": [2, "smart"],
"max-len": 1,
"no-param-reassign": [2, { "props": false }],
"no-restricted-syntax": 0,
"no-return-assign": 0,
"no-shadow": 1,
"no-underscore-dangle": 0,
"one-var": 0,
"one-var-declaration-per-line": 0,
"prefer-template": 0,
Expand Down

0 comments on commit 2a42739

Please sign in to comment.