mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
Merge pull request #777 from ZmagoD/zd_SCI_1570
fix eslint import/no-unresolved errors reports [fixes SCI-1570]
This commit is contained in:
commit
f0a2b11a84
1 changed files with 1 additions and 6 deletions
|
@ -17,12 +17,7 @@
|
|||
}
|
||||
},
|
||||
"rules": {
|
||||
"import/no-unresolved": [
|
||||
"error",
|
||||
{
|
||||
"ignore": ["app/javascript/"]
|
||||
}
|
||||
],
|
||||
"import/no-unresolved": [2, {"commonjs": true, "amd": true}],
|
||||
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
|
||||
"spaced-comment": [
|
||||
"error",
|
||||
|
|
Loading…
Reference in a new issue