Skip to content

Commit 3663107

Browse files
committed
build(deps-dev): bump dprint-plugin-markdown from 0.16.0 to 0.16.1
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 2046d95 commit 3663107

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.dprint.jsonc

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"plugins": [
8080
"https://plugins.dprint.dev/typescript-0.87.1.wasm",
8181
"https://plugins.dprint.dev/json-0.17.4.wasm",
82-
"https://plugins.dprint.dev/markdown-0.16.0.wasm",
82+
"https://plugins.dprint.dev/markdown-0.16.1.wasm",
8383
"https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072"
8484
],
8585
"typescript": {

.eslintignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file
33

44
# DIRECTORIES & FILES
5+
**/*.patch
56
**/*.snap
67
**/*config.*.timestamp*
78
**/.DS_Store
@@ -22,6 +23,7 @@ yarn.lock
2223
!.codecov.yml
2324
!.commitlintrc.*
2425
!.cspell.json
26+
!.dprint.*
2527
!.github/
2628
!.lintstagedrc.json
2729
!.markdownlint.jsonc

0 commit comments

Comments
 (0)