Skip to content

Commit

Permalink
chore: remove pluginSearchDirs for prettier@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
liangskyli committed Aug 29, 2024
1 parent d179fd6 commit 0b05917
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/demo/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ module.exports = {
require.resolve('prettier-plugin-packagejson'),
require.resolve('prettier-plugin-organize-imports'),
],
pluginSearchDirs: false,
};
1 change: 0 additions & 1 deletion examples/max/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ module.exports = {
require.resolve('prettier-plugin-packagejson'),
require.resolve('prettier-plugin-organize-imports'),
],
pluginSearchDirs: false,
};

0 comments on commit 0b05917

Please sign in to comment.