Skip to content

Commit dfd4b70

Browse files
committed
docs: add comment explaining disabled lint rule
1 parent d59ca80 commit dfd4b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/remark/plugins/lint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ plugins.push([
10781078
* @see [no-trailing-spaces]{@link https://github.com/Trott/remark-lint-no-trailing-spaces}
10791079
*/
10801080

1081-
// plugins.push([require( 'remark-lint-no-trailing-spaces' ), [ 'error' ]]);
1081+
// plugins.push([require( 'remark-lint-no-trailing-spaces' ), [ 'error' ]]); // NOTE: disabled as requiring an ES module in CommonJS is still experimental
10821082

10831083
/**
10841084
* Never allow undefined references.

0 commit comments

Comments
 (0)