angrykoala / yamp

Yet Another Markdown Parser

Home Page:https://angrykoala.github.io/yamp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add jshint as part of the CI tests

angrykoala opened this issue · comments

Add an npm script to run jshint (using the rules from .jshintrc) over all the js files.

Add this rule as part of the CI tests

#76.

There are several violations at the moment, though.

This can be closed now?

@sarupbanskota I'll add jshint as part of npm scripts so it can be also tested offline and fix the js files tht are not passing. This will be close and merged to master soon, thanks