MLH-Fellowship / 0.2.1-readme-dirs

A web application that generates helpful project structures for public GitHub repositories
https://project-structure-readme.netlify.app/
MIT License
1 stars 1 forks source link

Remove unnecessary boilerplate #3

Closed nchaloult closed 4 years ago

nchaloult commented 4 years ago

create-react-app generates a lot of files that we won't use, especially since this is a hackathon project and we aren't shipping anything to production.

This PR throws out things that clutter this project, like additional css and svg files that were used to build the initial "welcome to react" page. Throwing some of those things out warranted a few new linter configs, namely so that Typescript and ESLint are in agreement when evaluating imports.