@cryptotaxi247 / CoPilot / commits / de1480cd

Chore: Updates eslint to v10 (#725)

Updates eslint pre-commit hook to the latest major version. This brings in the latest linting rules and improvements. Co-authored-by: Davide Di Modica <webmaster.ddm@gmail.com>

taylor_socfortress committed Feb 17, 2026 at 08:57 UTC de1480cd6d39e7d58d857d446f022a5a50a95d77
1 file changed +1 -1
.pre-commit-config.yaml
+1 -1
@@ -48,7 +48,7 @@ repos:
48 name: Check project styling
49
50 - repo: https://github.com/pre-commit/mirrors-eslint
51 - rev: v9.11.0
51 + rev: v10.0.0
52 hooks:
53 - id: eslint
54 args: ["--config", "frontend/eslint.config.mjs"]