Skip to content

Commit

Permalink
chore: add npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mii288 committed Aug 13, 2024
1 parent 7ebb9ca commit 2779a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"fix:js": "eslint --fix",
"fix:css": "stylelint --fix",
"fix:format": "prettier --write",
"lint": "npm run lint:js -- . && npm run lint:css -- \"**/*.astro\" && npm run lint:format -- .",
"lint:js": "eslint",
"lint:css": "stylelint",
"lint:format": "prettier --check",
Expand Down

0 comments on commit 2779a9e

Please sign in to comment.