mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
Prevent hound from running eslint on html files (#638)
This commit is contained in:
parent
1c2d713846
commit
1a71ee5af3
6
.eslintrc-hound.json
Normal file
6
.eslintrc-hound.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "./.eslintrc.json",
|
||||
"plugins": [
|
||||
"react"
|
||||
]
|
||||
}
|
@ -16,7 +16,7 @@
|
||||
"__DEMO__": false,
|
||||
"__BUILD__": false,
|
||||
"Polymer": true,
|
||||
"webkitSpeechRecognition": false,
|
||||
"webkitSpeechRecognition": false
|
||||
},
|
||||
"env": {
|
||||
"browser": true
|
@ -3,4 +3,4 @@ jshint:
|
||||
|
||||
eslint:
|
||||
enabled: true
|
||||
config_file: .eslintrc
|
||||
config_file: .eslintrc-hound.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user