chore: test file

This commit is contained in:
Burt
2023-12-21 16:08:47 +08:00
parent c4f7422ecb
commit c51e7181f8
6 changed files with 12 additions and 0 deletions

10
.prettierrc.cjs Normal file
View File

@@ -0,0 +1,10 @@
// @see https://prettier.io/docs/en/options
module.exports = {
singleQuote: true,
printWidth: 100,
tabWidth: 2,
useTabs: false,
semi: false,
trailingComma: 'all',
endOfLine: 'auto',
}