cmark

My personal build of CMark ✏️

Commit
d81bb6a0598357cd56f3bc3d43eb8d7ccf0437a9
Parent
43c8bebe9bce4201982485d63cf1c7ed18798574
Author
John MacFarlane <jgm@berkeley.edu>
Date

eslint: turned off no-constant-condition warning.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified js/eslint.json 1 1 0
diff --git a/js/eslint.json b/js/eslint.json
@@ -4,6 +4,7 @@
         "node": true,
     },
     "rules": {
+        "no-constant-condition": false,
         "no-underscore-dangle": false,
         "camelcase": false,
         "quotes": false,