dprint-plugins.dprint-plugin-biome: 0.10.6 -> 0.11.1 (#457759)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{ mkDprintPlugin }:
|
{ mkDprintPlugin }:
|
||||||
mkDprintPlugin {
|
mkDprintPlugin {
|
||||||
description = "Biome (JS/TS) wrapper plugin";
|
description = "Biome (JS/TS) wrapper plugin";
|
||||||
hash = "sha256-Ht63tW4FqykpuNlWtyw3cHD2HXs0b6U6Zo9Rd9AXqD8=";
|
hash = "sha256-kelyuSZpbah1l+qVZMIK9VhWLr7DWjZIm9HwD64bCTw=";
|
||||||
initConfig = {
|
initConfig = {
|
||||||
configExcludes = [ "**/node_modules" ];
|
configExcludes = [ "**/node_modules" ];
|
||||||
configKey = "biome";
|
configKey = "biome";
|
||||||
@@ -16,6 +16,6 @@ mkDprintPlugin {
|
|||||||
};
|
};
|
||||||
pname = "dprint-plugin-biome";
|
pname = "dprint-plugin-biome";
|
||||||
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
|
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
|
||||||
url = "https://plugins.dprint.dev/biome-0.10.6.wasm";
|
url = "https://plugins.dprint.dev/biome-0.11.1.wasm";
|
||||||
version = "0.10.6";
|
version = "0.11.1";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user