Skip to content

Commit 63b0501

Browse files
committed
fixup eslint setup
1 parent 1d25df0 commit 63b0501

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
with:
107107
name: tarball
108108
path: .
109-
- run: chmod +x ./scripts/test-packaging.sh && ./scripts/test-packaging.sh firebase-functions-*.tgz
109+
- run: chmod +x ./scripts/test-packaging.sh && ./scripts/test-packaging.sh firebase-functions-*.tgz

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = [
2525
"scripts/**/*.mjs",
2626
"protos/",
2727
".prettierrc.js",
28-
"eslint.config.js",
28+
"eslint.config.*",
29+
"tsdown.config.*",
2930
"scripts/bin-test/sources/esm-ext/index.mjs",
3031
],
3132
},

0 commit comments

Comments
 (0)