Skip to content

Commit

Permalink
Updated eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Nov 28, 2016
1 parent 1aef9f9 commit ccbed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"no-new": 2,
"dot-notation": 1,
"no-undef": 1,
"no-undef": 2,
"no-unused-vars": [2, {
"args": "none"
}],
Expand Down

0 comments on commit ccbed0a

Please sign in to comment.