maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

Linter #56

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

This branch passes eslint airbnb style and has new dependencies eslint and friends.

I've tested it and haven't found any regressions introduced by the style changes, but please file issues if anything is found.

maxlemieux commented 4 years ago

Removed the eslint dependency as it causes problems with the client build (that old create-react-app conflict where C-R-A uses eslint 6.6 and v 7.3 is current).