From 5103b035b6785e4d5ae43c6881616d1892b6d0d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 7 Feb 2025 12:51:30 +0100 Subject: [PATCH] chore: drop stylelint We also use biome so avoid duplication. --- .pre-commit-config.yaml | 7 ------- biome.json | 9 +-------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 42c710dd2b14..80c503b7226b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,13 +62,6 @@ repos: rev: v3.10.0-2 hooks: - id: shfmt -- repo: https://github.com/awebdeveloper/pre-commit-stylelint - rev: 0.0.2 - hooks: - - id: stylelint - args: [--formatter=compact] - additional_dependencies: - - stylelint@16.14.1 - repo: https://github.com/fsfe/reuse-tool rev: v5.0.2 hooks: diff --git a/biome.json b/biome.json index 5d039993d1c1..7d9d06c5d692 100644 --- a/biome.json +++ b/biome.json @@ -16,6 +16,7 @@ } }, "formatter": { + "enabled": true, "indentStyle": "space" }, "javascript": { @@ -45,13 +46,5 @@ "formatter": { "enabled": false } - }, - "css": { - "linter": { - "enabled": true - }, - "formatter": { - "enabled": true - } } }