Skip to content

Commit 8156b93

Browse files
author
mashm
committed
Fixed the issue
1 parent c17237e commit 8156b93

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
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)