Skip to content

Commit

Permalink
build: explicitly include prettier-plugin-packagejson in Prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Sep 19, 2023
1 parent 6f280b6 commit 4693c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prettier.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('prettier').Config} */
module.exports = {
plugins: ['prettier-plugin-tailwindcss'],
plugins: ['prettier-plugin-tailwindcss', 'prettier-plugin-packagejson'],
jsxSingleQuote: true,
printWidth: 120,
singleQuote: true,
Expand Down

0 comments on commit 4693c9c

Please sign in to comment.