Skip to content

Commit

Permalink
chore: remove .eslintrc.js file (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 25, 2024
1 parent 1030daf commit b818e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 7 additions & 1 deletion eslint.config.js
Expand Up @@ -17,7 +17,13 @@ module.exports = [
}
},
{
files: ["eslint.config.js", "tests/**/*.js"],
files: ["eslint.config.js"],
rules: {
"n/no-unpublished-require": "off"
}
},
{
files: ["tests/**/*.js"],
languageOptions: {
globals: {
...globals.jest
Expand Down
7 changes: 0 additions & 7 deletions tests/.eslintrc.js

This file was deleted.

0 comments on commit b818e1b

Please sign in to comment.