diff --git a/packages/lint-staged-config/lint-staged.config.yml b/packages/lint-staged-config/lint-staged.config.yml index 549a2fe..342675f 100644 --- a/packages/lint-staged-config/lint-staged.config.yml +++ b/packages/lint-staged-config/lint-staged.config.yml @@ -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