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 = {
10
10
description : "Additional ESLint rules for ESLint directive comments." ,
11
11
evergreen : true ,
12
12
13
+ plugins : {
14
+ "@vuepress/google-analytics" : { ga : "UA-12936571-6" } ,
15
+ "@vuepress/last-updated" : { } ,
16
+ "@vuepress/pwa" : { updatePopup : true } ,
17
+ } ,
18
+
13
19
themeConfig : {
14
20
repo : "mysticatea/eslint-plugin-eslint-comments" ,
15
21
docsRepo : "mysticatea/eslint-plugin-eslint-comments" ,
@@ -38,12 +44,6 @@ module.exports = {
38
44
} ) ) ,
39
45
] ,
40
46
} ,
41
-
42
- plugins : {
43
- "@vuepress/google-analytics" : { ga : "UA-12936571-6" } ,
44
- "@vuepress/last-updated" : { } ,
45
- "@vuepress/pwa" : { updatePopup : true } ,
46
- } ,
47
47
} ,
48
48
49
49
configureWebpack : {
Original file line number Diff line number Diff line change 21
21
"@vuepress/plugin-google-analytics" : " ^1.0.0-alpha.0" ,
22
22
"@vuepress/plugin-last-updated" : " ^1.0.0-alpha.0" ,
23
23
"@vuepress/plugin-pwa" : " ^1.0.0-alpha.0" ,
24
- "@vuepress/plugin-search" : " ^1.0.0-alpha.0" ,
25
24
"babel-eslint" : " ^8.2.3" ,
26
25
"codecov" : " ^3.0.1" ,
27
26
"cross-spawn" : " ^6.0.5" ,
You can’t perform that action at this time.
0 commit comments