Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit c4462de

Browse files
committed
fix: require an up to date linter
We always test on the latest version, so we can't guarantee that the latest version of linter-eslint works on the older versions. If someone needs an old version, they need to down-grade linter-eslint
1 parent 507db6a commit c4462de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
"package-deps": [
189189
{
190190
"name": "linter",
191-
"minimumVersion": "2.0.0"
191+
"minimumVersion": "3.3.0"
192192
}
193193
],
194194
"providedServices": {

0 commit comments

Comments
 (0)