Skip to content

Commit

Permalink
fix(defaults): add glob for new eslint config file
Browse files Browse the repository at this point in the history
fix #27

Signed-off-by: Sebastian Davids <sdavids@gmx.de>
  • Loading branch information
sdavids authored and duniul committed Mar 3, 2024
1 parent cf70c0b commit 680825a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-drinks-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"clean-modules": patch
---

Add glob for new ESLint config files to `.cleanmodules-default`.
1 change: 1 addition & 0 deletions .cleanmodules-default
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ circle.yml

# linters
.eslintrc*(.*)
eslint.config.@(cjs|js|mjs)
stylelint.config.js
.stylelintrc*(.*)
.htmllintrc*(.*)
Expand Down

0 comments on commit 680825a

Please sign in to comment.