diff --git a/striker-ui/.lintstagedrc.json b/striker-ui/.lintstagedrc.json index 9620fcbb..e7edbfd1 100644 --- a/striker-ui/.lintstagedrc.json +++ b/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" }