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

Add eslint and prettier linting #48

Closed barronwei closed 4 years ago

barronwei commented 4 years ago

Closes #37. Run yarn lint with a file or directory to lint! A pre-commit hook for the linter might be helpful.

barronwei commented 4 years ago

Seems like there are other files attached to the PR aside from .eslintrc .prettierrc and package.json. Can we only commit those 3 files to the PR?

The other file changes are just due to running the linter.