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",
eslint-config-moneyforward/package.json
Line 40 in 65e0cfe
It may be fragile.
Do you have any ideas?
Metadata
Assignees
Labels
No labels