Skip to content

Commit

Permalink
Merge pull request #17 from pastorsj/update
Browse files Browse the repository at this point in the history
Added eslint properties
  • Loading branch information
job13er committed Jul 11, 2016
2 parents d7a9675 + 79fc9a1 commit b533fa6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
},
"requireReturn": false
}
]
],
"camelcase": 2,
"max-len": [2, 120, 4, {
"ignoreComments": true,
"ignoreUrls": true
}]
}
}

0 comments on commit b533fa6

Please sign in to comment.