Skip to content

Commit

Permalink
chore(eslint): accepts Node 16 features in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-f committed Oct 24, 2022
1 parent c1aa7b9 commit caf0eb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
{
Expand Down

0 comments on commit caf0eb3

Please sign in to comment.