Skip to content

Commit e091adb

Browse files
simllllota-meshi
andauthored
fix: change eslint peer dependencies to min version (#145)
* fix: change eslint peer dependencies to min versoin * Update package.json Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 79a8532 commit e091adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"postcss-styl": "^0.8.0"
9898
},
9999
"peerDependencies": {
100-
"eslint": "7.30.0",
101-
"vue-eslint-parser": "^7.1.0"
100+
"eslint": ">=6.0.0",
101+
"vue-eslint-parser": ">=7.1.0"
102102
},
103103
"nyc": {
104104
"include": [

0 commit comments

Comments
 (0)