Skip to content

Commit 3247b39

Browse files
authored
chore: re-establish linter rules that got lost in the migration (#64)
Backported rules from [aws/aws-cdk](https://github.com/aws/aws-cdk/) and applied automated fixes. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 6e12ba8 commit 3247b39

File tree

87 files changed

+823
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+823
-109
lines changed

.projen/deps.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ function configureProject<A extends pj.typescript.TypeScriptProject>(x: A): A {
2929
'@cdklabs/eslint-plugin',
3030
'eslint-plugin-import',
3131
'eslint-plugin-jest',
32+
"eslint-plugin-jsdoc",
3233
);
3334
x.eslint?.addPlugins(
3435
'@typescript-eslint',
36+
'import',
3537
'@cdklabs',
3638
'@stylistic',
3739
'jest',
40+
'jsdoc',
3841
);
3942
x.eslint?.addExtends(
4043
'plugin:jest/recommended',
@@ -130,7 +133,6 @@ const repo = configureProject(
130133
eslintOptions: {
131134
dirs: ['lib'],
132135
devdirs: ['test'],
133-
134136
},
135137

136138
workflowNodeVersion: 'lts/*',

package.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-build-tools/.eslintrc.json

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-build-tools/.projen/deps.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-build-tools/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-build-tools/package.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-cli-wrapper/.eslintrc.json

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-cli-wrapper/.projen/deps.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/cdk-cli-wrapper/.projen/tasks.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)