Skip to content

Commit

Permalink
Run eslint for copilot and react-client, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 18, 2024
1 parent e1c6975 commit 004f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"test": "pnpm exec ts-node ./cypress/support/e2e.ts",
"test:ui": "cd frontend && pnpm test",
"prepare": "husky",
"lintUi": "cd frontend && pnpm run lint",
"lintUi": "pnpm run --parallel lint",
"formatUi": "cd frontend && pnpm run format",
"lintPython": "cd backend && poetry run dmypy run --timeout 600 -- chainlit/ tests/",
"formatPython": "black `git ls-files | grep '.py$'` && isort --profile=black .",
Expand Down

0 comments on commit 004f6e4

Please sign in to comment.