Skip to content

Commit

Permalink
config: update dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Dec 22, 2024
1 parent 0e95392 commit 34968e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"importDeclaration.forceMultiLine": "whenMultiple"
},
"includes": [
"**/*.{ts,js,json,md,yml,yaml}"
"**/*.{ts,mts,json,md,yml}"
],
"excludes": [
"**/node_modules",
Expand All @@ -26,7 +26,7 @@
"CHANGELOG.md"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.0.wasm",
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
Expand Down

0 comments on commit 34968e0

Please sign in to comment.