diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 239312fc..63e8da0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,3 @@ repos: - id: ruff # Run the formatter of backend. - id: ruff-format - # Run the linter of frontend. - - id: eslint - # Run the formatter of frontend. - - id: eslint-format