cmark

My personal build of CMark ✏️

Commit
109aa6106f3f4143f1b32ac9e8e63888da22f87e
Parent
001a76a95ca38e696a4f4c759b595a9556d4f660
Author
John MacFarlane <jgm@berkeley.edu>
Date

Apply js linting to test.js.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -162,7 +162,7 @@ jshint:
 	jshint ${JSMODULES}
 
 lint:
-	eslint -c eslint.json ${JSMODULES} js/bin/commonmark
+	eslint -c eslint.json ${JSMODULES} js/bin/commonmark js/test.js
 
 benchjs:
 	node js/bench.js ${BENCHINP}