1
0
mirror of https://github.com/cwchristerw/bokxin-ip synced 2025-07-04 13:07:45 +00:00
This commit is contained in:
Juho Salli
2019-12-18 14:21:13 +02:00
commit 11d91093d7
21 changed files with 13458 additions and 0 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}