diff --git a/index.js b/index.js index ee61b84..96f00d4 100644 --- a/index.js +++ b/index.js @@ -49,6 +49,7 @@ module.exports = { 'tsdoc/syntax': 'error', // deactivating commonjs rules 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], - 'no-underscore-dangle': 'off' + 'no-underscore-dangle': 'off', + 'node/no-missing-import': 'off' } }