### Description - Add an `.eslintrc` file to the project. - Update code conventions to match ESLint standards. - Make sure it passes `eslint` tests in Travis-CI - Add a `lint` npm command.
Description
Add an
.eslintrcfile to the project.Update code conventions to match ESLint standards.
Make sure it passes
eslinttests in Travis-CIAdd a
lintnpm command.