Skip to content

Commit aa27598

Browse files
committedSep 4, 2022
fix: update dependencies
1 parent 8af55b5 commit aa27598

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Add the following to your `package.json`
3232
```json
3333
"prettier": "prettier-config-atomic",
3434
"scripts": {
35-
"format": "prettier --write .",
36-
"test.format": "prettier . --check"
35+
"format": "prettier --plugin-search-dir=./ --write .",
36+
"test.format": "prettier --plugin-search-dir=./ . --check"
3737
}
3838
```
3939

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
],
1212
"scripts": {
1313
"bump": "ncu -u",
14-
"format": "prettier --write .",
14+
"format": "prettier --plugin-search-dir=./ --write ./",
1515
"lint": "eslint . --fix",
16-
"test.format": "prettier . --check",
16+
"test.format": "prettier --plugin-search-dir=./ ./ --check",
1717
"test.lint": "eslint ."
1818
},
1919
"dependencies": {
2020
"prettier": "2.7.1",
21-
"prettier-plugin-jsdoc": "^0.3.38",
21+
"prettier-plugin-jsdoc": "^0.4.2",
2222
"prettier-plugin-packagejson": "^2.2.18",
2323
"sort-package-json": "github:aminya/sort-package-json"
2424
},

‎pnpm-lock.yaml

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.