* Don't use file extend in hound .eslintrc. It is not supported. * Extend the other way around
8 lines
86 B
JSON
8 lines
86 B
JSON
{
|
|
"extends": "./.eslintrc-hound.json",
|
|
"plugins": [
|
|
"html",
|
|
"react"
|
|
]
|
|
}
|