diff --git a/package.json b/package.json index 7a10a63..210b9a3 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "start:frontend": "cd apps/frontend && yarn dev", "build:backend": "cd apps/backend && yarn build", "build:frontend": "cd apps/frontend && yarn build", - "lint": "eslint apps/* --ext .ts,.tsx --max-warnings 0", - "lint:fix": "eslint apps/* --ext .ts,.tsx --fix", + "lint": "eslint apps --ext .ts,.tsx --max-warnings 0", + "lint:fix": "eslint apps --ext .ts,.tsx --fix", "format": "prettier --write apps", "format:check": "prettier --check apps" },