We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be921 commit d59ca80Copy full SHA for d59ca80
etc/remark/plugins/lint/index.js
@@ -1077,10 +1077,8 @@ plugins.push([
1077
*
1078
* @see [no-trailing-spaces]{@link https://github.com/Trott/remark-lint-no-trailing-spaces}
1079
*/
1080
-plugins.push([
1081
- require( 'remark-lint-no-trailing-spaces' ),
1082
- [ 'error' ]
1083
-]);
+
+// plugins.push([require( 'remark-lint-no-trailing-spaces' ), [ 'error' ]]);
1084
1085
/**
1086
* Never allow undefined references.
@@ -1098,7 +1096,6 @@ plugins.push([
1098
1096
* [foo][]
1099
1097
1100
* [foo]: https://example.com
1101
-*
1102
1103
plugins.push([
1104
require( 'remark-lint-no-undefined-references' ),
0 commit comments