diff --git a/.eslintrc.json b/.eslintrc.json index 8b34c71..ae4a488 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,6 +13,6 @@ "indent": ["error", 4, { "SwitchCase": 1 }], "quotes": ["error", "single"], "semi": ["error", "always"], - "no-console": ["off"] + "no-console": ["error"] } } diff --git a/src/components/back-top/back-top.vue b/src/components/back-top/back-top.vue index a4d4f7f..171f168 100644 --- a/src/components/back-top/back-top.vue +++ b/src/components/back-top/back-top.vue @@ -8,6 +8,7 @@ diff --git a/test/routers/more.vue b/test/routers/more.vue index 7da4d6d..ab48ca8 100644 --- a/test/routers/more.vue +++ b/test/routers/more.vue @@ -1,82 +1,28 @@ - -- libgit2 0.21.4