Skip to content

Commit

Permalink
Merge branch 'master' into support/24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 authored Nov 21, 2024
2 parents 8715cde + 74fffa6 commit de91dd8
Show file tree
Hide file tree
Showing 6 changed files with 7,453 additions and 7,137 deletions.
9 changes: 5 additions & 4 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Prettier config options: https://prettier.io/docs/en/options.html
// Shared front-end config: https://git.pega.io/projects/FE/repos/configs/browse/packages/prettier-config/index.json

const pegaPrettierConfig = require('@pega/prettier-config');

module.exports = {
...pegaPrettierConfig,
printWidth: 150
plugins: ['@pega/prettier-config'],
printWidth: 150,
singleQuote: true,
trailingComma: 'none',
arrowParens: 'avoid'
};
Loading

0 comments on commit de91dd8

Please sign in to comment.