Skip to content

Commit

Permalink
chore: swtich from fixpack to prettier-plugin-packagejson (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored Nov 26, 2024
1 parent d2c57a5 commit 68b28b7
Show file tree
Hide file tree
Showing 10 changed files with 235 additions and 190 deletions.
3 changes: 0 additions & 3 deletions .fixpackrc

This file was deleted.

3 changes: 1 addition & 2 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"*.ts": ["eslint --fix", "prettier --write"],
"*{.js,.json,.md,.yml,rc}": ["prettier --write"],
"./package.json": ["fixpack"]
"*{.js,.json,.md,.yml,rc}": ["prettier --write"]
}
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.vscode
.nyc_output
package.json
package-lock.json
CHANGELOG.md
node_modules
Expand Down
10 changes: 2 additions & 8 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"overrides": [
{
"files": "*rc",
"options": {
"parser": "json"
}
}
]
"$schema": "https://json.schemastore.org/prettierrc",
"plugins": ["prettier-plugin-packagejson"]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 eBay Inc. and contributors
Copyright (c) 2024 eBay Inc. and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading

0 comments on commit 68b28b7

Please sign in to comment.