Skip to content

Commit

Permalink
Addded: Lint stage check for component folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
moshiur01 committed Oct 18, 2024
1 parent 17d8c21 commit bb31748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
"src/**/*.{ts,js,vue,css,}": [
"npm run lint",
"npm run format"
],
"components/**/*.{ts,js,vue,css,}": [
"npm run lint",
"npm run format"
]
},
"devDependencies": {
Expand Down

0 comments on commit bb31748

Please sign in to comment.