Skip to content

Commit

Permalink
Exclude all .mjs files in the root of the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 9, 2025
1 parent 37e4f7c commit 3d3d65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default [{
"tools/*.js",
"**/dist",
"**/vite.config.ts",
"eslint.config.mjs",
"*.mjs",
],
}, ...compat.extends(
"eslint:recommended",
Expand Down

0 comments on commit 3d3d65d

Please sign in to comment.