Skip to content

Commit

Permalink
3p notices
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Jun 10, 2021
1 parent 29e0dda commit 2766055
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/@aws-cdk/assertions/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
const baseConfig = require('cdk-build-tools/config/eslintrc');
baseConfig.parserOptions.project = __dirname + '/tsconfig.json';
module.exports = baseConfig;
module.exports = {
...baseConfig,
ignorePatterns: [...baseConfig.ignorePatterns, 'lib/vendored/'],
};
Loading

0 comments on commit 2766055

Please sign in to comment.