Skip to content

Commit

Permalink
chore: update rush prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Jan 5, 2024
1 parent 5bb1222 commit 6d42015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ module.exports = {
printWidth: 110,

// Use .gitattributes to manage newlines
endOfLine: 'lf'
// plugins: ['./common/autoinstallers/rush-prettier/node_modules/prettier-plugin-packagejson']
endOfLine: 'lf',
plugins: ['./common/autoinstallers/rush-prettier/node_modules/prettier-plugin-packagejson']
};

0 comments on commit 6d42015

Please sign in to comment.