Skip to content

Commit cd3f24e

Browse files
authoredDec 8, 2021
feat(cfnspec): cloudformation spec v50.0.0 (#17844)
Generated by running `./scripts/bump-cfnspec.sh`. Needed some additions required for #17840. Closes #17858 (duplicate) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 75ec02d commit cd3f24e

Some content is hidden

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

70 files changed

+5202
-46
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const baseConfig = require('@aws-cdk/cdk-build-tools/config/eslintrc');
2+
baseConfig.parserOptions.project = __dirname + '/tsconfig.json';
3+
module.exports = baseConfig;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
*.js
2+
*.js.map
3+
*.d.ts
4+
tsconfig.json
5+
node_modules
6+
*.generated.ts
7+
dist
8+
.jsii
9+
10+
.LAST_BUILD
11+
.nyc_output
12+
coverage
13+
.nycrc
14+
.LAST_PACKAGE
15+
*.snk
16+
nyc.config.js
17+
!.eslintrc.js
18+
!jest.config.js
19+
junit.xml

0 commit comments

Comments
 (0)
Please sign in to comment.