Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Disable default linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dneukirchen committed Feb 21, 2018
1 parent 2d00468 commit 0437a30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .hound.yml
Expand Up @@ -7,3 +7,10 @@ eslint:
enabled: true
config_file: .eslintrc
ignore_file: .eslintignore

# Disable hound default linters
jshint:
enabled: false

ruby:
enabled: false

0 comments on commit 0437a30

Please sign in to comment.