Closed penguingovernor closed 4 years ago
This PR fixes warnings as output by the React dev server, and runs prettier, and eslint across the project using the following commands.
find src -name "*.js" | xargs yarn prettier --write find src -name "*.js" | xargs yarn lint
This PR fixes warnings as output by the React dev server, and runs prettier, and eslint across the project using the following commands.