Skip to content

Commit d59ca80

Browse files
committed
chore: disable lint rule due to ESM compat
1 parent d9be921 commit d59ca80

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

etc/remark/plugins/lint/index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,10 +1077,8 @@ plugins.push([
10771077
*
10781078
* @see [no-trailing-spaces]{@link https://github.com/Trott/remark-lint-no-trailing-spaces}
10791079
*/
1080-
plugins.push([
1081-
require( 'remark-lint-no-trailing-spaces' ),
1082-
[ 'error' ]
1083-
]);
1080+
1081+
// plugins.push([require( 'remark-lint-no-trailing-spaces' ), [ 'error' ]]);
10841082

10851083
/**
10861084
* Never allow undefined references.
@@ -1098,7 +1096,6 @@ plugins.push([
10981096
* [foo][]
10991097
*
11001098
* [foo]: https://example.com
1101-
*
11021099
*/
11031100
plugins.push([
11041101
require( 'remark-lint-no-undefined-references' ),

0 commit comments

Comments
 (0)