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')
4
4
const vfs = require ( 'vinyl-fs' )
5
5
6
6
module . 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 15
15
autocompleteOptions : { hint : false , keyboardShortcuts : [ 's' ] } ,
16
16
algoliaOptions : { hitsPerPage : 10 } ,
17
17
} ) . autocomplete
18
- search . on ( 'autocomplete:closed' , function ( ) { search . autocomplete . setVal ( ) } )
18
+ search . on ( 'autocomplete:closed' , function ( ) {
19
+ search . autocomplete . setVal ( )
20
+ } )
19
21
} ) ( )
You can’t perform that action at this time.
0 commit comments