Skip to content

Commit

Permalink
Ordering fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 5, 2024
1 parent d1648a6 commit 62aac1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"overrides": [{ "files": ".nvmrc", "options": { "parser": "yaml" } }],
"plugins": [
"prettier-plugin-curly",
"prettier-plugin-sh",
"prettier-plugin-packagejson"
"prettier-plugin-packagejson",
"prettier-plugin-sh"
],
"useTabs": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"files": [
"bin/index.js",
"lib/",
"package.json",
"LICENSE.md",
"package.json",
"README.md"
],
"scripts": {
Expand Down

0 comments on commit 62aac1a

Please sign in to comment.