From 1a0d0065e5e026673c34dd5ae3dbd425ce8468b1 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 22 Oct 2024 08:36:32 +0200 Subject: [PATCH] Fix Biome lints --- biome.json | 5 +++-- scripts/colour-studio/src/styles.css | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/biome.json b/biome.json index a55fcf40..14259053 100644 --- a/biome.json +++ b/biome.json @@ -15,10 +15,11 @@ "correctness": { "noUnusedImports": "error", "noUnusedPrivateClassMembers": "error", - "noUnusedVariables": "error" + "noUnusedVariables": "error", + "noUnusedFunctionParameters": "error" }, "style": { "noNonNullAssertion": "off" }, - "nursery": { "noUnusedFunctionParameters": "error" } + "nursery": {} } }, "vcs": { diff --git a/scripts/colour-studio/src/styles.css b/scripts/colour-studio/src/styles.css index c9335c24..14bac3dd 100644 --- a/scripts/colour-studio/src/styles.css +++ b/scripts/colour-studio/src/styles.css @@ -40,7 +40,7 @@ details[open] summary { pre { font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, - Liberation Mono, monospace; + "Liberation Mono", monospace; } .flex {