You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Fix @typescript-eslint/no-shadow es-linter error in file federated-database-instance/index.ts
61
61
sed -e 's/map(y => toJson_TagSet(y))/map(x => toJson_TagSet(x))/g'"${dest}">"${dest}.tmp"&& mv "${dest}.tmp""${dest}"
62
62
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
63
64
sed -e 's|@stylistic/max-len, ||g' -e 's|, @stylistic/quote-props||g'"${dest}">"${dest}.tmp"&& mv "${dest}.tmp""${dest}"
0 commit comments