Skip to content

Commit

Permalink
add glob
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Nov 19, 2024
1 parent 698eb6d commit 8c3bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default [
{
ignores: ["vendor/", "views/build/"],
ignores: ["vendor/*", "views/build/*"],
},
];

0 comments on commit 8c3bb0a

Please sign in to comment.