languages: allow listOf format.type

This commit is contained in:
Ching Pei Yang 2025-08-23 16:04:51 +02:00
commit 60004b0da2
No known key found for this signature in database
GPG key ID: B3841364253DC4C8
24 changed files with 314 additions and 355 deletions

View file

@ -127,12 +127,6 @@ in {
default = defaultFormat;
description = "Svelte formatter to use";
};
package = mkOption {
type = package;
default = formats.${cfg.format.type}.package;
description = "Svelte formatter package";
};
};
extraDiagnostics = {