feat: v1.0.0

This commit is contained in:
王奥斯
2021-08-25 14:39:54 +08:00
parent 7f831bf205
commit 0909c3e4bc
114 changed files with 46733 additions and 15 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
endOfLine: 'auto',
jsxSingleQuote: true,
packageManager: 'yarn',
useTabs: false,
printWidth: 80,
tabWidth: 2,
semi: false,
singleQuote: true,
}