chore: add .editorconfig, clean up package.json, enable strict ts flags

This commit is contained in:
2026-06-12 15:39:30 +08:00
parent a9d35d03f2
commit 68597c0c24
3 changed files with 16 additions and 10 deletions
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false