Skip to content

Commit

Permalink
Remove eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
j3k0 committed Apr 11, 2016
1 parent b15e9ee commit 367b15f
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 @@ -4,7 +4,7 @@
"browser" : true
},
"rules" : {
"strict": 1,
"strict": [1, "function"],
"quotes": 0,
"no-underscore-dangle": 0,
"no-multi-spaces": 0,
Expand Down

0 comments on commit 367b15f

Please sign in to comment.