Skip to content

Commit

Permalink
feat(lint-staged): added the body
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Nov 1, 2023
1 parent 7848d2a commit 8be1032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/lint-staged-config/lint-staged.config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
'*':
- yarn exec cspell lint --no-must-find-files --no-progress --show-suggestions -u
- yarn exec eslint --cache --cache-strategy=content -f codeframe
- yarn exec prettier --cache --log-level=warn -uw

0 comments on commit 8be1032

Please sign in to comment.