Skip to content

Commit d3f3717

Browse files
committed
feat: serve github releases files
1 parent 1493ce7 commit d3f3717

File tree

5 files changed

+505
-465
lines changed

5 files changed

+505
-465
lines changed

eslint.config.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,12 @@ export default defineConfigWithVueTs(
5151
}]
5252
}
5353
},
54+
{
55+
files: [
56+
'site/functions/**/*.ts',
57+
],
58+
rules: {
59+
'@typescript-eslint/no-explicit-any': 'off'
60+
}
61+
}
5462
)

0 commit comments

Comments
 (0)