We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bbddf commit 8b00dafCopy full SHA for 8b00daf
1 file changed
etc/remark/plugins/lint/index.js
@@ -37,7 +37,7 @@ rules[ 'reset' ] = true;
37
*
38
* > Beep boop.
39
*/
40
-rules[ 'blockquote-indentation' ] = [ 'error', 2 ]; // characters
+rules[ 'blockquote-indentation' ] = [ 'error', 2 ];
41
42
/**
43
* Require checkboxes to be either empty (unchecked) or have an `x` (checked).
0 commit comments