Skip to content

Commit

Permalink
feat: restrict `@types/eslint version to v8
Browse files Browse the repository at this point in the history
Currently, we are restricting eslint to v8,
the corresponding @types/eslint package
should also be restricted to avoid type mismatches.

see: #71
  • Loading branch information
frantic1048 committed Jul 26, 2024
1 parent e9e5fc1 commit 2f92177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"description": "Restrict ESLint to v8",
"matchPackageNames": ["eslint"],
"matchPackageNames": ["eslint", "@types/eslint"],
"allowedVersions": "<9.0.0"
}
]
Expand Down

0 comments on commit 2f92177

Please sign in to comment.