Skip to content

Commit

Permalink
adds prettier as devDeps in projenrc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
unamashana committed Oct 26, 2024
1 parent fd2207c commit 6a1b03e
Show file tree
Hide file tree
Showing 7 changed files with 172 additions and 130 deletions.
8 changes: 8 additions & 0 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ const project = new CdklabsConstructLibrary({
authorAddress: '[email protected]',
cdkVersion: '2.164.1',
defaultReleaseBranch: 'main',
devDeps: ['cdklabs-projen-project-types', 'aws-cdk-lib'],
devDeps: [
'cdklabs-projen-project-types',
'aws-cdk-lib',
'@ianvs/prettier-plugin-sort-imports',
'prettier',
],
jsiiVersion: '~5.5.0',
constructsVersion: '10.4.2',
name: 'mason',
Expand All @@ -21,9 +26,11 @@ const project = new CdklabsConstructLibrary({
'fast-json-patch',
],
peerDeps: ['aws-cdk-lib', 'cdk-pipelines-github'],
depsUpgrade: true,
deps: [] /* Runtime dependencies of this module. */,

description:
'review pipelines with cdk and GitHub' /* The description is just a string that helps people understand the purpose of the package. */,
'review pipelines with cdk and GitHub' /* The description is just a string that helps people understand the purpose of the package. */,
packageName: '@codeinbox/mason' /* The "name" in package.json. */,
});

Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a1b03e

Please sign in to comment.