diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d710e4f215b8d15299ffa697d261076db74ab5cb..5a7728a81de31dbb3fdf67071d380561c0c8408b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -4,6 +4,10 @@ repos:
     hooks:
       - id: trailing-whitespace
   - repo: https://github.com/prettier/prettier
-    rev: "" # Use the sha or tag you want to point at
+    rev: ""
     hooks:
       - id: prettier
+  - repo: https://github.com/pre-commit/mirrors-eslint
+    rev: ""
+    hooks:
+      - id: eslint