Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Merge pull request #30 from crow-fox/fix/markuplint
Browse files Browse the repository at this point in the history
一部のファイルしかlintの対象になっていなかったのでapp配下の全てのtsxが対象となるように修正
  • Loading branch information
crow-fox authored May 5, 2024
2 parents a8bf1c2 + f7d9c30 commit f02c1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "next build",
"start": "serve out/",
"lint:es": "next lint",
"lint:markup": "markuplint app/**/*.tsx",
"lint:markup": "markuplint 'app/**/*.tsx'",
"lint": "bun run lint:es && bun run lint:markup",
"format": "prettier --write ."
},
Expand Down

0 comments on commit f02c1fd

Please sign in to comment.