add lint command to package.json. Remove old conflict remnants

This commit is contained in:
d98762625 2018-04-09 15:38:44 +01:00
parent bbc580e71b
commit 955a082614
4 changed files with 3 additions and 29 deletions

View file

@ -117,6 +117,7 @@
"start": "grunt dev",
"build": "grunt prod",
"test": "grunt test",
"docs": "grunt docs"
"docs": "grunt docs",
"lint": "grunt"
}
}