Skip to content

Commit

Permalink
chore: remove unnecessary Prettier plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Oct 21, 2024
1 parent 1cb1d92 commit 1d21a67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"eslint": "9.13.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.3",
"typescript": "5.6.3",
"vitest": "1.6.0"
},
Expand Down
27 changes: 0 additions & 27 deletions pnpm-lock.yaml

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

9 changes: 1 addition & 8 deletions prettier.config.cjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
const baseConfig = require('@rightcapital/prettier-config');

/** @type {import('prettier').Options} */
const config = {
...baseConfig,
plugins: ['prettier-plugin-packagejson'],
};

module.exports = config;
module.exports = require('@rightcapital/prettier-config');

0 comments on commit 1d21a67

Please sign in to comment.