feat: refactor with ts

This commit is contained in:
yugasun
2021-01-31 16:02:09 +08:00
committed by Yuga Sun
parent 2737d1970b
commit d55e4ddcef
38 changed files with 11374 additions and 8152 deletions
+3 -8
View File
@@ -1,12 +1,7 @@
root = true
[{*.js,*.css,*.html}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
[*]
insert_final_newline = true
[{package.json,.*rc,*.yml}]
[*.{js,ts}]
indent_style = space
indent_size = 2
charset = utf-8