Skip to content

Commit

Permalink
fix the root eslint config to only lint the root files
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Dec 13, 2024
1 parent a8cbc0d commit 3b2a830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ export default [
...javascript.configs.recommended.rules,
...sharedJsRules,
},
files: ['*.js', 'test/**/*.js'],
},
]

0 comments on commit 3b2a830

Please sign in to comment.