We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebase-tools: 13.30.0
Platform: macOS
https://github.com/firebase/firebase-tools/blob/master/templates/init/functions/typescript/package.lint.json
Template use v4 version of Typescript while 5.7 is out.
The text was updated successfully, but these errors were encountered:
This issue does not seem to follow the issue template. Make sure you provide all the required information.
Sorry, something went wrong.
Thanks for the report @ThomasKientz! Looking through our files, I see a couple of instances where this could be updated:
firebase-tools/src/extensions/runtimes/node.ts
Line 31 in bfeeae0
firebase-tools/templates/extensions/typescript/package.lint.json
Line 24 in bfeeae0
firebase-tools/templates/init/functions/typescript/package.nolint.json
Line 21 in bfeeae0
firebase-tools/templates/extensions/typescript/package.nolint.json
Line 17 in bfeeae0
firebase-tools/templates/init/functions/typescript/package.lint.json
Line 28 in bfeeae0
Let me check this with our engineering team.
No branches or pull requests
[REQUIRED] Environment info
firebase-tools: 13.30.0
Platform: macOS
[REQUIRED] Test case
https://github.com/firebase/firebase-tools/blob/master/templates/init/functions/typescript/package.lint.json
Template use v4 version of Typescript while 5.7 is out.
The text was updated successfully, but these errors were encountered: