Skip to content

Commit

Permalink
config: lint-staged 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
d0422 committed May 16, 2024
1 parent 2b620cd commit c56e2d5
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
/dist
build-storybook.log
storybook-static
storybook-static
/coverage
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm run format && npm run lint && npm run test
npm run test && npx lint-staged
Loading

0 comments on commit c56e2d5

Please sign in to comment.