1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-18 03:12:19 +00:00

dprint.js fixes a typo

This commit is contained in:
pmario
2023-07-07 23:54:06 +02:00
parent 95e2643ecf
commit ccb6a816ad
+1 -1
View File
@@ -25,7 +25,7 @@
"./*.json",
"./*.js"
],
"excludes": ["**/node_modules", "**/*-lock.json", "**.min*","**/files", "sjcl.js", "diff_match_patch.js"],
"excludes": ["**/node_modules", "**/*-lock.json", "**.min*", "**/files", "sjcl.js", "diff_match_patch.js"],
"plugins": [
"https://plugins.dprint.dev/typescript-0.84.4.wasm",
"https://plugins.dprint.dev/json-0.17.2.wasm",