Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 4, 2022
1 parent 8af55b5 commit aa27598
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Add the following to your `package.json`
```json
"prettier": "prettier-config-atomic",
"scripts": {
"format": "prettier --write .",
"test.format": "prettier . --check"
"format": "prettier --plugin-search-dir=./ --write .",
"test.format": "prettier --plugin-search-dir=./ . --check"
}
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"scripts": {
"bump": "ncu -u",
"format": "prettier --write .",
"format": "prettier --plugin-search-dir=./ --write ./",
"lint": "eslint . --fix",
"test.format": "prettier . --check",
"test.format": "prettier --plugin-search-dir=./ ./ --check",
"test.lint": "eslint ."
},
"dependencies": {
"prettier": "2.7.1",
"prettier-plugin-jsdoc": "^0.3.38",
"prettier-plugin-jsdoc": "^0.4.2",
"prettier-plugin-packagejson": "^2.2.18",
"sort-package-json": "github:aminya/sort-package-json"
},
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa27598

Please sign in to comment.