diff --git a/.prettierrc.js b/.prettierrc.js index 25b4af0d..4479fc19 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -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'] };