Disable failing eslint rules for tests
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
2c14c38030
commit
b58591ffed
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
jest: true
|
||||
},
|
||||
rules: {
|
||||
"node/no-missing-import": ["off"],
|
||||
"import/no-unresolved": ["off"],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue