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", } ], ],