mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
fix eslint import/no-unresolved errors reports [fixes SCI-1570]
This commit is contained in:
parent
c52521b96f
commit
66ee2af132
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