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
+14
View File
@@ -0,0 +1,14 @@
{
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"overrides": [
{
"files": "*.json",
"options": {
"parser": "json"
}
}
]
}