Skip to content

Commit c375b2f

Browse files
committed
Remove ignorePath setting
1 parent 0d6c7ac commit c375b2f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

etc/remark/plugins/eslint/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ var join = require( 'path' ).join;
1010

1111
var etc = resolve( __dirname, '..', '..', '..' );
1212
var config = join( etc, 'eslint', '.eslintrc.markdown.js' );
13-
var ignore = join( etc, 'eslint', '.eslintignore' );
1413
var eslint = resolve( etc, '..', 'tools', 'remark', 'plugins', 'remark-lint-eslint' );
1514

1615

@@ -25,8 +24,7 @@ var plugin = [
2524
[
2625
'error',
2726
{
28-
'config': config,
29-
'ignorePath': ignore
27+
'config': config
3028
}
3129
]
3230
]

0 commit comments

Comments
 (0)