Commit 4b0982ab authored by Nick Stenning's avatar Nick Stenning

Merge pull request #3052 from hypothesis/fix-js-lint

Fix JS error checking via Hound
parents b3340932 46f4ee6f
......@@ -4,7 +4,7 @@ javascript:
config_file: .jshintrc
ignore_file: .jshintignore
jscs:
enabled: true
enabled: false
config_file: .jscsrc
ruby:
enabled: false
......
......@@ -11,7 +11,6 @@
"h/static/styles/vendor/**",
"node_modules/**"
],
"maxErrors": 10,
"disallowSpacesInAnonymousFunctionExpression": null,
"disallowSpacesInFunctionDeclaration": {
"beforeOpeningRoundBrace": true
......
......@@ -9,7 +9,6 @@
"strict": "global",
"undef": true,
"unused": true,
"esversion": 6,
"esnext": true,
"globals": {
"chrome": false,
......
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