host-validation icon indicating copy to clipboard operation
host-validation copied to clipboard

Add code linting

Open EvanHahn opened this issue 6 years ago • 2 comments

It'd be great to add some code linting to enforce consistent code style. I use the somewhat-controversial Standard for Helmet, but I think some ESLint-derived code linting would be helpful.

Happy to help discuss what lint setup to use and am happy to make a pull request to add it!

EvanHahn avatar Oct 25 '18 13:10 EvanHahn

Yeah, I'm open to this! I've used jshint in the past, however I am far from an authority about best practices with linting. @EvanHahn, your input (as well as PR contributions) are welcome.

brannondorsey avatar Oct 25 '18 13:10 brannondorsey

Personally, I like Standard because it requires no configuration. Would you be okay with that?

EvanHahn avatar Oct 25 '18 14:10 EvanHahn