Closed micahstubbs closed 6 years ago
@tomshanley overall this was pretty straightfoward. normally new codebases have a lot more linting errors. this one was already pretty clean 😄
@tomshanley these default rules are just a starting point - you can modify the linting config anytime you like by editing the .eslintrc.json
config file https://eslint.org/docs/user-guide/configuring
This PR adds eslint to help catch errors and make it easier for new people to contribute to the project 😄 https://eslint.org/docs/about/
I followed this getting started guide and picked a default config for a browser project that does not use JSX. https://eslint.org/docs/user-guide/getting-started
usage