- Commit
- d9e21b680909b633831fd7e1d998e56ebfc37555
- Parent
- 109aa6106f3f4143f1b32ac9e8e63888da22f87e
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
eslint.json - don't worry about quote style.
My personal build of CMark ✏️
eslint.json - don't worry about quote style.
1 file changed, 1 insertion, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | eslint.json | 1 | 1 | 0 |
diff --git a/eslint.json b/eslint.json @@ -5,5 +5,6 @@ }, "rules": { "camelcase": false, + "quotes": false } }