You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed feature
Right now, we're still on ESLint 8 and Prettier 2.x. We should eventually update to ESLint 9 and Prettier 3.x, but it'll require some work. Dependabot keeps suggesting to update prettier, eslint or eslint-plugin-prettier. prettier 3.x requires eslint-plugin-prettier version 5, which in turn requires eslint version 9, so all of these updates should be ignored if dependabot suggests them again.
The text was updated successfully, but these errors were encountered:
Proposed feature
Right now, we're still on ESLint 8 and Prettier 2.x. We should eventually update to ESLint 9 and Prettier 3.x, but it'll require some work. Dependabot keeps suggesting to update
prettier
,eslint
oreslint-plugin-prettier
.prettier
3.x requireseslint-plugin-prettier
version 5, which in turn requireseslint
version 9, so all of these updates should be ignored if dependabot suggests them again.The text was updated successfully, but these errors were encountered: