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
eslint-config-typescript: replace eslint-plugin-import with eslint-perfectionist (fde5d68)
eslint-config: remove base eslint formatting rules (284794b)
eslint-configs: drop eslint-plugin-jsdoc (359021b)
BREAKING CHANGES
eslint-config:eslint-config-typescript and eslint-config-angular no longer ship any formatting rules, please use prettier or set up formatting rules yourself. If you're using prettier, you might also want to remove eslint-config-prettier from your dependencies.
eslint-config-typescript: Projects need to update their dependencies:
Remove eslint-plugin-import from the dependencies.
Add eslint-plugin-perfectionist to the dependencies.