Skip to content

Commit de91dd8

Browse files
authored
Merge branch 'master' into support/24.2
2 parents 8715cde + 74fffa6 commit de91dd8

File tree

6 files changed

+7453
-7137
lines changed

6 files changed

+7453
-7137
lines changed

.prettierrc.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Prettier config options: https://prettier.io/docs/en/options.html
22
// Shared front-end config: https://git.pega.io/projects/FE/repos/configs/browse/packages/prettier-config/index.json
33

4-
const pegaPrettierConfig = require('@pega/prettier-config');
5-
64
module.exports = {
7-
...pegaPrettierConfig,
8-
printWidth: 150
5+
plugins: ['@pega/prettier-config'],
6+
printWidth: 150,
7+
singleQuote: true,
8+
trailingComma: 'none',
9+
arrowParens: 'avoid'
910
};

0 commit comments

Comments
 (0)