Skip to content

Commit baad371

Browse files
committed
address PR comment
1 parent 3220906 commit baad371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ sed -e 's/UNDERSCORE_//g' -e 's/HYPHEN_//g' -e 's/PERIOD_//g' -e 's/VALUE_//g' "
6060
# Fix @typescript-eslint/no-shadow es-linter error in file federated-database-instance/index.ts
6161
sed -e 's/map(y => toJson_TagSet(y))/map(x => toJson_TagSet(x))/g' "${dest}" > "${dest}.tmp" && mv "${dest}.tmp" "${dest}"
6262

63+
# Fix errors like `Definition for rule '@stylistic/max-len' was not found @stylistic/max-len` until eslint 9 is supported by projen: https://github.com/projen/projen/issues/3240
6364
sed -e 's|@stylistic/max-len, ||g' -e 's|, @stylistic/quote-props||g' "${dest}" > "${dest}.tmp" && mv "${dest}.tmp" "${dest}"
6465

6566
echo

0 commit comments

Comments
 (0)