seas-computing / react-boilerplate

Starting point for react-based projects at SEAS computing
0 stars 1 forks source link

Update linting configuration #2

Closed jonseitz closed 5 years ago

jonseitz commented 5 years ago

I'm breaking up the parts of seas-computing/course-planner#6 into a couple PRs. This one is just updating our eslint configuration to the latest version from the EAF, with the minor change that no-console is now disabled by default, but overridden to be an error in the client code.

This doesn't address any of the actual linting errors in the codebase, since those files are going to change in other PRs.