mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 05:16:34 +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,
|
"__DEMO__": false,
|
||||||
"__BUILD__": false,
|
"__BUILD__": false,
|
||||||
"Polymer": true,
|
"Polymer": true,
|
||||||
"webkitSpeechRecognition": false,
|
"webkitSpeechRecognition": false
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true
|
"browser": true
|
@ -3,4 +3,4 @@ jshint:
|
|||||||
|
|
||||||
eslint:
|
eslint:
|
||||||
enabled: true
|
enabled: true
|
||||||
config_file: .eslintrc
|
config_file: .eslintrc-hound.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user