Prevent hound from running eslint on html files (#638)

This commit is contained in:
Andrey 2017-11-17 19:05:13 +02:00 committed by Paulus Schoutsen
parent 1c2d713846
commit 1a71ee5af3
3 changed files with 8 additions and 2 deletions

6
.eslintrc-hound.json Normal file
View File

@ -0,0 +1,6 @@
{
"extends": "./.eslintrc.json",
"plugins": [
"react"
]
}

View File

@ -16,7 +16,7 @@
"__DEMO__": false,
"__BUILD__": false,
"Polymer": true,
"webkitSpeechRecognition": false,
"webkitSpeechRecognition": false
},
"env": {
"browser": true

View File

@ -3,4 +3,4 @@ jshint:
eslint:
enabled: true
config_file: .eslintrc
config_file: .eslintrc-hound.json