File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments