chore(eslint): accepts Node 16 features in tests
This commit is contained in:
parent
c1aa7b9d8a
commit
caf0eb3762
@ -32,12 +32,6 @@ module.exports = {
|
||||
rules: {
|
||||
'n/no-unpublished-require': 'off',
|
||||
'n/no-unpublished-import': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.spec.{,c,m}js'],
|
||||
excludedFiles: ['@vates/nbd-client', '@vates/otp'],
|
||||
rules: {
|
||||
'n/no-unsupported-features/node-builtins': [
|
||||
'error',
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user