Skip to content

Commit

Permalink
chore: migrate from .eslintignore to eslint.config.js ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
mherod committed Jan 5, 2025
1 parent e7f833c commit 9ef6932
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

7 changes: 6 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ import globals from "globals";

export default [
{
ignores: ["dist/**/*", "node_modules/**/*", "coverage/**/*"],
ignores: [
"dist/**/*",
"node_modules/**/*",
"coverage/**/*",
"docs/.vitepress/cache/**/*",
],
},
{
files: ["**/*.js", "**/*.mjs"],
Expand Down

0 comments on commit 9ef6932

Please sign in to comment.