From ca1b0a90d3123af79f5a000d602f0da4d4b3b0b9 Mon Sep 17 00:00:00 2001 From: Carlos Camara Date: Sat, 13 Jan 2024 16:34:09 +0000 Subject: [PATCH] Add eslint to precommit --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f20326135..0817b6a14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,11 @@ repos: hooks: - id: stylelint types: [css] + - repo: https://github.com/pre-commit/mirrors-eslint + rev: v9.0.0-alpha.1 + hooks: + - id: eslint + types: [javascript] - repo: local hooks: - id: pytest