Skip to content

Commit 8b00daf

Browse files
committed
Remove comment
1 parent 06bbddf commit 8b00daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/remark/plugins/lint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rules[ 'reset' ] = true;
3737
*
3838
* > Beep boop.
3939
*/
40-
rules[ 'blockquote-indentation' ] = [ 'error', 2 ]; // characters
40+
rules[ 'blockquote-indentation' ] = [ 'error', 2 ];
4141

4242
/**
4343
* Require checkboxes to be either empty (unchecked) or have an `x` (checked).

0 commit comments

Comments
 (0)