From 8c653757e2d029177bd6955bc7ec0ec7393240db Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Sun, 29 Sep 2019 05:59:17 +0100 Subject: [PATCH] Fix linting errors --- .eslintrc.js | 2 +- docs/.vuepress/config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index c28ad8e..8f783ce 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,7 +22,7 @@ module.exports = { "files": [ "test/unit/compiler/passes/helpers.js", "*.spec.js", - "*.test.js" + "*.test.js", ], "extends": "@futagoza/dev/test", "rules": { diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 6b6fe1f..3275ca3 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -39,9 +39,9 @@ module.exports = { }, plugins: [ - [ '@vuepress/back-to-top', true ], - [ '@vuepress/google-analytics', { - ga: 'UA-100728112-1' + [ "@vuepress/back-to-top", true ], + [ "@vuepress/google-analytics", { + ga: "UA-100728112-1", } ], ],