Skip to content

Commit

Permalink
feat: add component scaffolding tooling with plop (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermakowski authored Oct 17, 2023
1 parent 60d0cc0 commit b3d29ab
Show file tree
Hide file tree
Showing 8 changed files with 1,153 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint
npm run lint:fix
npm run test
Loading

0 comments on commit b3d29ab

Please sign in to comment.