-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
We have new eslint v8!
ESLint v8.0.0 released - ESLint - Pluggable JavaScript linter
Migrating to v8.0.0 - ESLint - Pluggable JavaScript linter
Do you have any ideas about supporting versions?
Some modules support wide range:
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
In this case, we need to have below:
"@typescript-eslint/eslint-plugin": "^4.28.0 || ^5.0.0",
"@typescript-eslint/parser": "^4.28.0 || ^5.0.0",
etc.
😅
I prefer this way:
"eslint": ">=7",
It may be fragile.
Do you have any ideas?
kimromi
Metadata
Metadata
Assignees
Labels
No labels