Skip to content

Commit

Permalink
Merge pull request #1022 from bertdeblock/use-on-eslint-config-file
Browse files Browse the repository at this point in the history
Use only one ESLint config file
  • Loading branch information
bertdeblock authored Dec 12, 2024
2 parents 7d0e024 + c007b9d commit ccebacb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ module.exports = {
// add your custom rules and overrides for node files here
'no-process-exit': 'off'
}
},
// test files
{
env: { mocha: true },
files: ['test/**/*.js'],
}
]
};
5 changes: 0 additions & 5 deletions test/.eslintrc.js

This file was deleted.

0 comments on commit ccebacb

Please sign in to comment.