Skip to content

Commit

Permalink
Issue-119: Revert lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLab2425 committed Oct 29, 2024
1 parent 9f8e1af commit 49782e5
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 49782e5

Please sign in to comment.