brown-bnc / xnat-portal-backend

The backend to the XNAT portal application
0 stars 0 forks source link

Get a linter into the workflow #2

Open broarr opened 4 years ago

broarr commented 4 years ago

Linters catch all sorts of bugs, they're super useful for javascript development.

My personal favorite linters are standard and semistandard. semistandard has ; and standard does not. I've recently converted to no ;, but it's absolutely a style preference

broarr commented 4 years ago

Bonus points for getting the linter in the github workflow