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
no-console: disallow the use of console.log and console.warn (#29) (5642d6f)
BREAKING CHANGES
Existing code will have to be updated using eslint --fix, which will re-order everything correctly. (Caveat: if there are bare imports such as import './foobar.css', the auto-fixing can possibly fail)
This upgrades all dependencies including eslint and the various plugins across major versions.