MLH-Fellowship / babel-sandbox

Babel repl-like codesandbox: check out link =>
https://codesandbox.io/s/github/babel/sandboxes
MIT License
6 stars 3 forks source link

Jorge fix warnings #83

Closed penguingovernor closed 4 years ago

penguingovernor commented 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