-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Angular 18 upgrade changes * typedefs package version update * actions/upload-artifact@v4 update --------- Co-authored-by: mashm <[email protected]> Co-authored-by: Siva Rama Krishna <[email protected]> Co-authored-by: Vishal <[email protected]>
- Loading branch information
1 parent
3bc7e22
commit 0b91da7
Showing
12 changed files
with
5,572 additions
and
6,874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
}; |
Oops, something went wrong.