Browse Source

Ignore long lines and string literals.

pull/138/merge
Simon Eisenmann 11 years ago
parent
commit
7c6dcd9633
  1. 6
      .hound.yml

6
.hound.yml

@ -1,3 +1,9 @@ @@ -1,3 +1,9 @@
java_script:
enabled: true
config_file: .jshint
LineLength:
Enabled: false
StringLiterals:
Enabled: false
Loading…
Cancel
Save