summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorTom Carrick <tom@carrick.eu>2026-04-18 14:12:44 +0300
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-18 15:46:37 +0300
commit4a6f797e480ff918cad7a93a331e48b45df091dc (patch)
tree285098aa2ade74af8631cf0dd3a529ce74f91707 /.pre-commit-config.yaml
parented79c5959add54b6e8ea589ec601e0d2e801517e (diff)
Refs #35007 -- Added biome to lint and format CSS files.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index dbe92a2bdc..bc7a5c279a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,6 +24,11 @@ repos:
rev: v9.39.1
hooks:
- id: eslint
+ - repo: https://github.com/biomejs/pre-commit
+ rev: v2.4.12
+ hooks:
+ - id: biome-check
+ additional_dependencies: ["@biomejs/biome@2.4.12"]
- repo: https://github.com/zizmorcore/zizmor-pre-commit
rev: v1.19.0
hooks: