Add actions/setup-node@v4.0.2

This commit is contained in:
2025-09-26 12:55:03 +08:00
commit 8b2cd66093
160 changed files with 196704 additions and 0 deletions

11
.prettierrc.js Executable file
View File

@@ -0,0 +1,11 @@
// This is a reusable configuration file copied from https://github.com/actions/reusable-workflows/tree/main/reusable-configurations. Please don't make changes to this file as it's the subject of an automatic update.
module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
trailingComma: 'none',
bracketSpacing: false,
arrowParens: 'avoid'
};