Skip to content

Commit

Permalink
feat(lint-staged): added the linting by the oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Jul 1, 2024
1 parent f10eec5 commit 8a598f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/lint-staged-config/lint-staged.config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
'*':
- cspell lint --no-must-find-files --no-progress --show-suggestions -u
- eslint --cache --cache-location node_modules/.cache/eslint/ --cache-strategy=content -f codeframe
- eslint --cache --cache-location node_modules/.cache/eslint/ --cache-strategy=content --fix -f codeframe
- oxlint --fix
- prettier --cache --log-level=warn -uw

0 comments on commit 8a598f9

Please sign in to comment.