Skip to content

Commit 5189c01

Browse files
committed
⚒ fix vuepress config
1 parent 19a4b89 commit 5189c01

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/.vuepress/config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ module.exports = {
1010
description: "Additional ESLint rules for ESLint directive comments.",
1111
evergreen: true,
1212

13+
plugins: {
14+
"@vuepress/google-analytics": { ga: "UA-12936571-6" },
15+
"@vuepress/last-updated": {},
16+
"@vuepress/pwa": { updatePopup: true },
17+
},
18+
1319
themeConfig: {
1420
repo: "mysticatea/eslint-plugin-eslint-comments",
1521
docsRepo: "mysticatea/eslint-plugin-eslint-comments",
@@ -38,12 +44,6 @@ module.exports = {
3844
})),
3945
],
4046
},
41-
42-
plugins: {
43-
"@vuepress/google-analytics": { ga: "UA-12936571-6" },
44-
"@vuepress/last-updated": {},
45-
"@vuepress/pwa": { updatePopup: true },
46-
},
4747
},
4848

4949
configureWebpack: {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
2222
"@vuepress/plugin-last-updated": "^1.0.0-alpha.0",
2323
"@vuepress/plugin-pwa": "^1.0.0-alpha.0",
24-
"@vuepress/plugin-search": "^1.0.0-alpha.0",
2524
"babel-eslint": "^8.2.3",
2625
"codecov": "^3.0.1",
2726
"cross-spawn": "^6.0.5",

0 commit comments

Comments
 (0)