dprint-plugins.dprint-plugin-typescript: 0.95.8 -> 0.95.9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ mkDprintPlugin }:
|
||||
mkDprintPlugin {
|
||||
description = "TypeScript/JavaScript code formatter";
|
||||
hash = "sha256-u6DpQWhPyERphKmlXOTE6NW/08YzBDWgzWTJ4JLLAjE=";
|
||||
hash = "sha256-hn2t1y09OGcCY2fUziogOqTmVWJmLvPUBAXOaU7hTj4=";
|
||||
initConfig = {
|
||||
configExcludes = [ "**/node_modules" ];
|
||||
configKey = "typescript";
|
||||
@@ -16,6 +16,6 @@ mkDprintPlugin {
|
||||
};
|
||||
pname = "dprint-plugin-typescript";
|
||||
updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json";
|
||||
url = "https://plugins.dprint.dev/typescript-0.95.8.wasm";
|
||||
version = "0.95.8";
|
||||
url = "https://plugins.dprint.dev/typescript-0.95.9.wasm";
|
||||
version = "0.95.9";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user