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
Currently, I use an older version of eslint-config-love, which is the successor of eslint-config-standard-with-typescript. However, I don’t love its recent changes, such as no-magic-numbers and max-params, though I see cases where these rules can improve readability.
The problem is that I cannot update dependencies related to eslint-config-love. There’s no issue right now, but at some point, I’ll have to migrate to ESLint v8’s flat config.
The text was updated successfully, but these errors were encountered:
Currently, I use an older version of
eslint-config-love
, which is the successor ofeslint-config-standard-with-typescript
. However, I don’t love its recent changes, such as no-magic-numbers and max-params, though I see cases where these rules can improve readability.The problem is that I cannot update dependencies related to
eslint-config-love
. There’s no issue right now, but at some point, I’ll have to migrate to ESLint v8’s flat config.The text was updated successfully, but these errors were encountered: