Skip to content

Commit

Permalink
tweak JS glob lint staged rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Oct 24, 2024
1 parent fe811a3 commit e945636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
"*.js": ["npm run lint:js --", "npm run format --"],
"*.js": ["npm run lint:js --"],
"*.css": "npm run lint:css --",
"*.*": ["npm run lint:ls --", "npm run format --"],
};

0 comments on commit e945636

Please sign in to comment.