This commit is contained in:
2022-08-01 01:02:04 +08:00
commit 039548a15f
17 changed files with 3560 additions and 0 deletions

13
.eslintrc Normal file
View File

@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"es6": true,
"greasemonkey": true
},
"extends": [
"wesbos/typescript"
],
"ignorePatterns": [
"vite.config.ts"
]
}