File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ tabWidth : 4 ,
3
+ semi : false ,
4
+ trailingComma : "all" ,
5
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
"./package.json" : " ./package.json"
20
20
},
21
21
"dependencies" : {
22
- "eslint-visitor-keys" : " ^2.0 .0"
22
+ "eslint-visitor-keys" : " ^2.1 .0"
23
23
},
24
24
"devDependencies" : {
25
25
"@mysticatea/eslint-plugin" : " ^13.0.0" ,
26
- "dot-prop" : " ^4.2.0 " ,
27
- "eslint" : " ^7.24 .0" ,
26
+ "dot-prop" : " ^4.2.1 " ,
27
+ "eslint" : " ^7.32 .0" ,
28
28
"esm" : " ^3.2.25" ,
29
29
"espree" : " github:eslint/espree#1c744b3a602b783926344811a9459b92afe57444" ,
30
- "mocha" : " ^6.2.2 " ,
30
+ "mocha" : " ^6.2.3 " ,
31
31
"npm-run-all" : " ^4.1.5" ,
32
32
"nyc" : " ^14.1.1" ,
33
- "opener" : " ^1.5.1 " ,
34
- "prettier" : " ~2.3.0 " ,
35
- "rimraf" : " ^3.0.0 " ,
36
- "rollup" : " ^1.25.0 " ,
37
- "rollup-plugin-sourcemaps" : " ^0.4.2 " ,
38
- "semver" : " ^7.3.2 " ,
39
- "vuepress" : " ^1.2.0 " ,
33
+ "opener" : " ^1.5.2 " ,
34
+ "prettier" : " 2.7.1 " ,
35
+ "rimraf" : " ^3.0.2 " ,
36
+ "rollup" : " ^1.32.1 " ,
37
+ "rollup-plugin-sourcemaps" : " ^0.6.3 " ,
38
+ "semver" : " ^7.3.8 " ,
39
+ "vuepress" : " ^1.9.7 " ,
40
40
"warun" : " ^1.0.0"
41
41
},
42
42
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments