We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17237e commit 8156b93Copy full SHA for 8156b93
.prettierrc.js
@@ -1,9 +1,10 @@
1
// Prettier config options: https://prettier.io/docs/en/options.html
2
// Shared front-end config: https://git.pega.io/projects/FE/repos/configs/browse/packages/prettier-config/index.json
3
4
-const pegaPrettierConfig = require('@pega/prettier-config');
5
-
6
module.exports = {
7
- ...pegaPrettierConfig,
8
- printWidth: 150
+ plugins: ['@pega/prettier-config'],
+ printWidth: 150,
+ singleQuote: true,
+ trailingComma: 'none',
9
+ arrowParens: 'avoid'
10
};
0 commit comments