mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 10:57:39 +08:00
code re-use and eslint
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"compileOnSave": true,
|
||||
"compilerOptions": {
|
||||
"target": "ES2018",
|
||||
"target": "es2018",
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es2020"
|
||||
],
|
||||
"removeComments": true,
|
||||
"preserveConstEnums": true,
|
||||
"sourceMap": false,
|
||||
|
Reference in New Issue
Block a user