Skip to content

Commit

Permalink
Fix frontend linter not running on all files (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah authored Nov 4, 2022
1 parent 6bedc74 commit 5174479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:

- uses: actions/checkout@v2
- run: 'yarn install'
- run: 'yarn lint'
- run: 'yarn lint --max-warnings 0'
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build-fallback": "next build && next export -o static_fallback",
"start": "node src/server.js",
"fmt": "prettier --write '*.json' 'src/**/*.{ts,js,tsx,jsx}'",
"lint": "eslint src/"
"lint": "next lint"
},
"license": "AGPL-3.0",
"dependencies": {
Expand Down

0 comments on commit 5174479

Please sign in to comment.