Skip to content

Commit 11c5e04

Browse files
committed
Use ESLint plugin
1 parent ff96347 commit 11c5e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/remark/plugins/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
var plugins = [];
44

55
plugins = plugins.concat( require( './lint' ) );
6+
plugins = plugins.concat( require( './eslint' ) );
67
plugins = plugins.concat( require( './validate-links' ) );
78

89

0 commit comments

Comments
 (0)