Update .eslintrc.js

master
JFH 2021-11-08 10:28:09 +01:00
parent 37a46b1024
commit d318ee1930
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ module.exports = {
rules: {
// with ci, instrumented is not created before linter
"import/no-unresolved": [ 2, { ignore: [ 'instrumented' ] } ],
"node/no-missing-import": 0
"node/no-missing-import": 0,
"node/no-unpublished-import": 0,
"node/no-unpublished-require": 0
}
},
{