classtranscribe / FrontEnd

The React + Redux Frontend for ClassTranscribe
https://classtranscribe.illinois.edu
Other
25 stars 27 forks source link

Fix Eslint package collision #815

Closed harsh183 closed 3 weeks ago

harsh183 commented 3 weeks ago

This was showing up as a build warning because I think we had our own eslint versions as well as the ones CRA liked. I picked the later one in each case and moved it all to dev dependencies.

angrave commented 3 weeks ago

Nice. (The next time you touch the package versions if would be great to update the a11y checkers to their latest versions.)

harsh183 commented 3 weeks ago

https://github.com/classtranscribe/FrontEnd/pull/821 - added this for bumping a11y linting