chore(striker-ui): config lint-staged to ignore out/

main
Tsu-ba-me 3 years ago
parent 5f702f6a15
commit 071ba8f099
  1. 2
      striker-ui/.lintstagedrc.json

@ -1,4 +1,4 @@
{ {
"*.{js,jsx,ts,tsx}": "npm run lint -- --fix", "!(out/**/*)*.{js,jsx,ts,tsx}": "npm run lint -- --fix",
"*.{json,md}": "prettier --write" "*.{json,md}": "prettier --write"
} }

Loading…
Cancel
Save