Skip to content

Commit

Permalink
typedefs upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Nov 21, 2024
1 parent 4fb47f9 commit 29d729c
Show file tree
Hide file tree
Showing 8 changed files with 1,131 additions and 2,996 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 29d729c

Please sign in to comment.