dprint-plugins.dprint-plugin-biome: 0.9.2 -> 0.9.3
This commit is contained in:
parent
e51401ca41
commit
010a2648bc
@ -1,7 +1,7 @@
|
||||
{ mkDprintPlugin }:
|
||||
mkDprintPlugin {
|
||||
description = "Biome (JS/TS) wrapper plugin";
|
||||
hash = "sha256-6F1yeyZo5eeOudPFMFepez2ridvgMywydVKxB997D+A=";
|
||||
hash = "sha256-xcMPMSrQVEibWKdkuZ36AUzqQADQ0pOw3ufQejvdzrw=";
|
||||
initConfig = {
|
||||
configExcludes = [ "**/node_modules" ];
|
||||
configKey = "biome";
|
||||
@ -16,6 +16,6 @@ mkDprintPlugin {
|
||||
};
|
||||
pname = "dprint-plugin-biome";
|
||||
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
|
||||
url = "https://plugins.dprint.dev/biome-0.9.2.wasm";
|
||||
version = "0.9.2";
|
||||
url = "https://plugins.dprint.dev/biome-0.9.3.wasm";
|
||||
version = "0.9.3";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user