Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DankaMarci committed May 25, 2024
1 parent d72d323 commit 2adc19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2adc19b

Please sign in to comment.