We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdba65 commit 6857d7aCopy full SHA for 6857d7a
1 file changed
cdk/package.json
@@ -7,7 +7,7 @@
7
"test": "jest",
8
"test-update": "jest -u",
9
"format": "prettier --write \"{lib,bin}/**/*.ts\"",
10
- "lint": "eslint lib/** bin/** --ext .ts --no-error-on-unmatched-pattern",
+ "lint": "eslint lib/** bin/** --ext .ts --no-error-on-unmatched-pattern --ignore-pattern lib/__snapshots__",
11
"synth": "cdk synth --path-metadata false --version-reporting false",
12
"diff": "cdk diff --path-metadata false --version-reporting false"
13
},
0 commit comments