b58591ffed
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
module.exports = {
|
|
env: {
|
|
jest: true
|
|
},
|
|
rules: {
|
|
"node/no-missing-import": ["off"],
|
|
"import/no-unresolved": ["off"],
|
|
}
|
|
}
|