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
dlemstra committed Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -23,7 +23,7 @@ export default [{
"tools/*.js",
"**/dist",
"**/vite.config.ts",
"eslint.config.mjs",
"*.mjs",
],
}, ...compat.extends(
"eslint:recommended",

0 comments on commit 3d3d65d

Please sign in to comment.