Open ishchhabra opened 4 years ago
Hey! Give https://github.com/cicscareers/320-S20-Track1/pull/421 a quick read, there's a section in there about updating our eslint config! Basically, we can configure eslint to auto-remove any unwanted console logs or debugger statements so that we don't have to 🙂
Remove all logs and warnings from the console before production because they just look tooooooo ugly and slow the performance for no real reason. Logs are only needed for testing, not a live site.