1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

[SAT-1957] Convert haste-server to Typescript

This commit is contained in:
Yusuf Yilmaz
2022-05-27 11:00:09 +02:00
parent 68f6fe2b96
commit 9f45927593
38 changed files with 9825 additions and 1701 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"semi": false,
"trailingComma": "all",
"printWidth": 80,
"arrowParens": "avoid",
"singleQuote": true
}