spadarian / docblock-python

Atom plugin to insert documentation blocks for python functions
GNU General Public License v2.0
22 stars 9 forks source link

Adopt eslint #10

Closed SKalt closed 6 years ago

SKalt commented 6 years ago

I was looking into another issue and noticed this project does not use eslint. Adopting a linter would make contributing to this project easier by making the code more consistent and giving a clear set of rules to follow. I'd vote using eslint-config-google and having husky enforce pre-commit linting/error correction. @spadarian, let me know which rules you want and I'll set it up!

spadarian commented 6 years ago

13 Fixed this issue