gulp-jsonlint icon indicating copy to clipboard operation
gulp-jsonlint copied to clipboard

Add jsonlint formatting options to the gulp plugin options

Open prantlf opened this issue 5 years ago • 1 comments

These are the defaults:

jsonlint({
    format: false,
    indent: 2,
    sortKeys: false
})

This PR is based on #70.

prantlf avatar Jun 02 '19 23:06 prantlf