Commit 3663107 1 parent 2046d95 commit 3663107 Copy full SHA for 3663107
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 79
79
"plugins" : [
80
80
"https://plugins.dprint.dev/typescript-0.87.1.wasm" ,
81
81
"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" ,
83
83
"https://plugins.dprint.dev/exec-0.4.3.json@42343548b8022c99b1d750be6b894fe6b6c7ee25f72ae9f9082226dd2e515072"
84
84
] ,
85
85
"typescript" : {
Original file line number Diff line number Diff line change 2
2
# https://eslint.org/docs/user-guide/configuring/ignoring-code#the-eslintignore-file
3
3
4
4
# DIRECTORIES & FILES
5
+ ** /* .patch
5
6
** /* .snap
6
7
** /* config. * .timestamp *
7
8
** /.DS_Store
@@ -22,6 +23,7 @@ yarn.lock
22
23
! .codecov.yml
23
24
! .commitlintrc. *
24
25
! .cspell.json
26
+ ! .dprint. *
25
27
! .github /
26
28
! .lintstagedrc.json
27
29
! .markdownlint.jsonc
You can’t perform that action at this time.
0 commit comments