first-update

This commit is contained in:
2026-03-17 14:36:31 +08:00
parent 72f08aee7c
commit 4eddf05e79
516 changed files with 115270 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
module.exports = {
semi: true,
trailingComma: 'none',
singleQuote: true,
tabWidth: 2,
useTabs: false,
bracketSpacing: true,
arrowParens: 'avoid',
proseWrap: 'preserve',
jsxBracketSameLine: true,
printWidth: 120,
endOfLine: 'auto'
};