⬇️(eslint-config-people) eslint 9.0.0 -> 8.57.0

Downgrade eslint to 8.57.0.
9.0.0 has breaking changes, the adoption
is still very low, better to wait.
Add it in the renovate.json file.
This commit is contained in:
Anthony LC
2024-04-29 09:38:54 +02:00
committed by Anthony LC
parent 32e6996b68
commit c7f257daa0
3 changed files with 78 additions and 86 deletions

View File

@@ -13,7 +13,7 @@
"enabled": false,
"groupName": "ignored js dependencies",
"matchManagers": ["npm"],
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
"matchPackageNames": ["node", "node-fetch", "i18next-parser", "eslint"]
}
]
}