Spaces:
Sleeping
Sleeping
| repos: | |
| - repo: https://github.com/astral-sh/ruff-pre-commit | |
| rev: v0.11.12 | |
| hooks: | |
| - id: ruff | |
| args: [--fix] | |
| - id: ruff-format | |
| - repo: local | |
| hooks: | |
| - id: eslint | |
| name: eslint | |
| entry: bash -c 'cd frontend && npx eslint src/' | |
| language: system | |
| files: ^frontend/src/.*\.(ts|tsx)$ | |
| pass_filenames: false | |