partridgejiang / Kekule.js

A Javascript cheminformatics toolkit.
http://partridgejiang.github.io/Kekule.js
MIT License
250 stars 61 forks source link

Add ESLint to Kekule #83

Closed AaronLlanos closed 5 years ago

AaronLlanos commented 6 years ago

There are several reasons to use ESLint in this project. The number of fixes are simple machine caught errors that could've otherwise been avoided.

Furthermore, this adds a script to the package.json which will allow you to run yarn lint or npm lint before you commit code to check for errors.