deactivate node rule
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user