HelfenKannJeder / come2help-web

Web-App: Project for recruiting and coordinating volunteer people.
http://come2.help/
GNU General Public License v3.0
4 stars 4 forks source link

Add a linter file #12

Closed jGleitz closed 8 years ago

jGleitz commented 8 years ago

We should set up (a) configuration file(s) for JSLint and / or ESLint. Complying with them should be mandatory for Pull Requests to be accepted.

vzickner commented 8 years ago

:+1:

jGleitz commented 8 years ago

While we're on it, we could also at a config file for JS Beautifier which I think helps a lot – especially if someone's normally using another code style than the one we'll pick.

jGleitz commented 8 years ago

After reading this comparison I think ESLint is enough.