Skip to content

Commit

Permalink
Update .prettierrc.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Burzyński <[email protected]>
  • Loading branch information
elliot-nelson and Andarist authored Dec 22, 2022
1 parent 97967a3 commit 1d8392b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
// Avoid line breaks in markdown
proseWrap: "never",

// Disabling search dirs and pointing directly at plugins
// makes it easier for VSCode and WebStorm to find them.
// Disabling search dirs and pointing directly at plugins to keep configuration explicit
pluginSearchDirs: false,
plugins: [require("prettier-plugin-packagejson")],
};

0 comments on commit 1d8392b

Please sign in to comment.