fix
This commit is contained in:
2
index.js
2
index.js
@@ -50,6 +50,6 @@ module.exports = {
|
||||
// deactivating commonjs rules
|
||||
'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }],
|
||||
'no-underscore-dangle': 'off',
|
||||
'node/no-missing-import': 'off'
|
||||
'node/no-missing-import': 'off'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user