File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ npm i -D @prantlf/gulp-jsonlint
2929Then, add it to your ` gulpfile.js ` :
3030
3131``` javascript
32- var jsonlint = require (" gulp-jsonlint" );
32+ var jsonlint = require (" @prantlf/ gulp-jsonlint" );
3333
3434gulp .src (" ./src/*.json" )
3535 .pipe (jsonlint ())
@@ -39,7 +39,7 @@ gulp.src("./src/*.json")
3939Using a custom reporter:
4040
4141``` javascript
42- var jsonlint = require (' gulp-jsonlint' );
42+ var jsonlint = require (' @prantlf/ gulp-jsonlint' );
4343var log = require (' fancy-log' );
4444
4545var myCustomReporter = function (file ) {
@@ -54,7 +54,7 @@ gulp.src('./src/*.json')
5454Using an alternative error location * formatter* and error message * reporter* :
5555
5656``` javascript
57- var jsonlint = require (' gulp-jsonlint' );
57+ var jsonlint = require (' @prantlf/ gulp-jsonlint' );
5858
5959gulp .src (' ./src/*.json' )
6060 .pipe (jsonlint ({
You can’t perform that action at this time.
0 commit comments