deactivate node rule
This commit is contained in:
parent
83e2f43fc0
commit
ccbbe2d914
3
index.js
3
index.js
@ -49,6 +49,7 @@ module.exports = {
|
|||||||
'tsdoc/syntax': 'error',
|
'tsdoc/syntax': 'error',
|
||||||
// deactivating commonjs rules
|
// deactivating commonjs rules
|
||||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
|
'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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user