Skip to content

Commit

Permalink
Trying to fix the damn lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed May 10, 2024
1 parent d3e15ba commit c2c9518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
hooks:
- id: nextjs-lint
name: nextjs-lint
entry: yarn lint-gh-action florist
entry: yarn lint-gh-action florist **/*.tsx
files: "florist/app"
language: system

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prod": "concurrently \"npm run next-dev\" \"npm run fastapi-prod\"",
"build": "next build",
"start": "next start",
"lint": "next lint florist",
"lint": "next lint florist **/*.tsx",
"lint-gh-action": "next lint",
"prettier": "prettier florist/app florist/tests/unit/app --write",
"unit-test": "jest --coverage florist/tests/unit/",
Expand Down

0 comments on commit c2c9518

Please sign in to comment.