mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-14 06:27:47 +00:00
languages: allow listOf format.type
This commit is contained in:
parent
e1f098a1b4
commit
7bbc3b536f
24 changed files with 312 additions and 353 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue