Skip to content

Commit 54e42af

Browse files
committed
update prettier config
1 parent c67a547 commit 54e42af

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ lib/
88
tsconfig*.json
99
legacy
1010
processing-vscode.js
11+
pnpm-lock.yaml

.prettierrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jsdocKeepUnParseAbleExampleIndent: false
2323
jsdocSingleLineComment: false
2424
tsdoc: true
2525

26+
plugins:
27+
- ./node_modules/prettier-plugin-jsdoc
28+
- ./node_modules/prettier-plugin-package
29+
2630
overrides:
2731
- files:
2832
- "*.html"

0 commit comments

Comments
 (0)