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 1d25df0 commit 63b0501Copy full SHA for 63b0501
.github/workflows/test.yaml
@@ -106,4 +106,4 @@ jobs:
106
with:
107
name: tarball
108
path: .
109
- - run: chmod +x ./scripts/test-packaging.sh && ./scripts/test-packaging.sh firebase-functions-*.tgz
+ - run: chmod +x ./scripts/test-packaging.sh && ./scripts/test-packaging.sh firebase-functions-*.tgz
eslint.config.js
@@ -25,7 +25,8 @@ module.exports = [
25
"scripts/**/*.mjs",
26
"protos/",
27
".prettierrc.js",
28
- "eslint.config.js",
+ "eslint.config.*",
29
+ "tsdown.config.*",
30
"scripts/bin-test/sources/esm-ext/index.mjs",
31
],
32
},
0 commit comments