mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Lint
This commit is contained in:
parent
98f5bc51a8
commit
1dc2546a39
|
@ -32,7 +32,6 @@ import Proxies from "./components/settings/Proxies.vue";
|
|||
import Backup from "./components/settings/Backup.vue";
|
||||
import About from "./components/settings/About.vue";
|
||||
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: "/",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es2020",
|
||||
"DOM",
|
||||
"DOM"
|
||||
],
|
||||
"removeComments": false,
|
||||
"preserveConstEnums": true,
|
||||
|
|
Loading…
Reference in a new issue