File tree 3 files changed +1366
-60
lines changed
3 files changed +1366
-60
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ root : true ,
3
+ extends : [ 'plugin:vue-libs/recommended' ]
4
+ }
Original file line number Diff line number Diff line change 25
25
"url" : " https://github.com/vuejs/vuepress/issues"
26
26
},
27
27
"homepage" : " https://github.com/vuejs/vuepress#readme" ,
28
+ "gitHooks" : {
29
+ "pre-commit" : " lint-staged"
30
+ },
31
+ "lint-staged" : {
32
+ "lib/**/*.js" : [
33
+ " eslint --fix" ,
34
+ " git add"
35
+ ],
36
+ "test/**/*.js" : [
37
+ " eslint --fix" ,
38
+ " git add"
39
+ ]
40
+ },
28
41
"dependencies" : {
29
42
"autoprefixer" : " ^8.2.0" ,
30
43
"buble" : " ^0.19.3" ,
66
79
"webpackbar" : " ^2.6.1" ,
67
80
"yaml-front-matter" : " ^4.0.0"
68
81
},
82
+ "devDependencies" : {
83
+ "eslint" : " ^4.19.1" ,
84
+ "eslint-plugin-vue-libs" : " ^2.1.0" ,
85
+ "lint-staged" : " ^7.0.4" ,
86
+ "yorkie" : " ^1.0.3"
87
+ },
69
88
"engines" : {
70
89
"node" : " >=8"
71
90
}
You can’t perform that action at this time.
0 commit comments