Skip to content

Commit

Permalink
Prevent hound from running eslint on html files (home-assistant#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-git authored and balloob committed Nov 17, 2017
1 parent 1c2d713 commit 1a71ee5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .eslintrc-hound.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "./.eslintrc.json",
"plugins": [
"react"
]
}
2 changes: 1 addition & 1 deletion .eslintrc → .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"__DEMO__": false,
"__BUILD__": false,
"Polymer": true,
"webkitSpeechRecognition": false,
"webkitSpeechRecognition": false
},
"env": {
"browser": true
Expand Down
2 changes: 1 addition & 1 deletion .hound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ jshint:

eslint:
enabled: true
config_file: .eslintrc
config_file: .eslintrc-hound.json

0 comments on commit 1a71ee5

Please sign in to comment.