* Fix eslint import extension * Update eslint hound * Enable no unresolved for normal usage
14 lines
170 B
JSON
14 lines
170 B
JSON
{
|
|
"extends": "./.eslintrc-hound.json",
|
|
"plugins": [
|
|
"html",
|
|
"react"
|
|
],
|
|
"env": {
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"import/no-unresolved": 2
|
|
}
|
|
}
|