Skip to content

Commit

Permalink
update eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 2, 2015
1 parent 145a20e commit fcd995f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"space-before-blocks": 0,
"space-before-function-paren": 0,
"spaced-comment": 0,
"vars-on-top": 0
"vars-on-top": 0,
"id-length": 0
}
}

0 comments on commit fcd995f

Please sign in to comment.