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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user