ci: size report (#6082)

## Summary

show bundle size info automatically in Pull Request

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6082-ci-size-report-28e6d73d365081c2bf73ce9919a7c01a)
by [Unito](https://www.unito.io)
This commit is contained in:
Rizumu Ayaka
2025-10-18 10:23:42 +08:00
committed by GitHub
parent 8dee207b8c
commit 917f8ae27d
9 changed files with 553 additions and 37 deletions

View File

@@ -254,5 +254,17 @@ export default defineConfig([
rules: {
'no-console': 'off'
}
},
{
files: ['scripts/**/*.js'],
languageOptions: {
globals: {
...globals.node
}
},
rules: {
'@typescript-eslint/no-floating-promises': 'off',
'no-console': 'off'
}
}
])