theRAPTLab / meme-2023

MEME 2023 grant development (fork from MEME 2018)
MIT License
0 stars 0 forks source link

Fix build system linting and npm ci errors #21

Closed benloh closed 1 month ago

benloh commented 3 months ago

After correcting issue #19, new errors in linting were revealed because the new prettier react rules are not equivalent to the older prettier/react config. There are also lingering issues with npm ci that we'd like to eliminate.

dsriseah commented 3 months ago

Taking this ticket because it's become a production blocker for Ben with all the new linting errors

benloh commented 1 month ago

Fixed with #22 and #23