Commit 4f633c59 authored by Pascal Hartig's avatar Pascal Hartig

Removed es5 option from jshintrc

It's a default as of jshint 2.0
parent 8152c9f8
{ {
"node": true, "node": true,
"browser": true, "browser": true,
"es5": true,
"esnext": true, "esnext": true,
"bitwise": true, "bitwise": true,
"camelcase": true, "camelcase": true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment