Skip to content

Commit

Permalink
Merge pull request #152 from cse110-sp24-group25/homepage-front
Browse files Browse the repository at this point in the history
Update eslint.config.js
  • Loading branch information
qiwenkevin authored Jun 8, 2024
2 parents a7b9cba + 0b51d4e commit 612514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default [

},
{
ignores: ["testing/*", "out/*"]
ignores: ["testing/*", "out/*", "js-doc/*"]
}
];

0 comments on commit 612514c

Please sign in to comment.