Skip to content

Commit

Permalink
fix: ignore dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Oct 25, 2024
1 parent d7a65e9 commit da5d30e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
const config = [
{
ignores: ["**/node_modules", ".history"],
ignores: [
"**/node_modules",
".history",
"dist",
],
},
{
languageOptions: {
Expand Down

0 comments on commit da5d30e

Please sign in to comment.