Skip to content

Commit

Permalink
fix: correct lint staged glob
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWebb committed Oct 14, 2024
1 parent a63c1f2 commit 745ef05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.cjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { '*.{css}': 'stylelint --fix' };
module.exports = { '*.css': 'stylelint --fix' };

0 comments on commit 745ef05

Please sign in to comment.