File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ const eslint = require('gulp-eslint')
44const vfs = require ( 'vinyl-fs' )
55
66module . exports = ( files ) => ( done ) =>
7- vfs
8- . src ( files )
9- . pipe ( eslint ( ) )
10- . pipe ( eslint . format ( ) )
11- . pipe ( eslint . failAfterError ( ) )
12- . on ( 'error' , done )
7+ vfs . src ( files ) . pipe ( eslint ( ) ) . pipe ( eslint . format ( ) ) . pipe ( eslint . failAfterError ( ) ) . on ( 'error' , done )
Original file line number Diff line number Diff line change 1515 autocompleteOptions : { hint : false , keyboardShortcuts : [ 's' ] } ,
1616 algoliaOptions : { hitsPerPage : 10 } ,
1717 } ) . autocomplete
18- search . on ( 'autocomplete:closed' , function ( ) { search . autocomplete . setVal ( ) } )
18+ search . on ( 'autocomplete:closed' , function ( ) {
19+ search . autocomplete . setVal ( )
20+ } )
1921} ) ( )
You can’t perform that action at this time.
0 commit comments