Our Javascript linter was not configured properly before, so I've set it up as in create-react-app's configuration. It detected a lot of stuff, so I fixed them. There were even actual bugs in there, not just unused imports :-)
create-react-app
LGTM! :thumbsup:
rebased onto 0fc58ce6f60102a695a3ce47194c28434c3ef9a7
Pull-Request has been merged by abompard
Our Javascript linter was not configured properly before, so I've set it up as in
create-react-app's configuration. It detected a lot of stuff, so I fixed them. There were even actual bugs in there, not just unused imports :-)