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

🔍 jsonlint plugin for Gulp

Results 22 gulp-jsonlint issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Prototype Pollution in lodash Versions of lodash prior to 4.17.19...

dependencies
security

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.2.1 to 4.3.1. Changelog Sourced from eslint-plugin-promise's changelog. 4.3.1. Updated and applied prettier 4.3.0 xjamundx/eslint-plugin-promise#202 Udpated jest 4.2.2 Added license Dependabot security updates Commits a9589b6 4.3.1 0bacbc3...

dependencies

Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) from 4.0.1 to 5.0.0. Commits 620b262 5.0.0 5cc2095 4.1.0 bc9eb5c Merge pull request #33 from brettz9/meta-type b9efd40 Delete .editorconfig b173b3c Update README.md 8d0b08f standard 42f0368 package metadata f3c3833...

dependencies

Bumps [vinyl](https://github.com/gulpjs/vinyl) from 2.2.0 to 2.2.1. Release notes Sourced from vinyl's releases. v2.2.1 Fix Ensure symbolic link files are cloned properly (b5e1570) - Closes #143 #146 Docs Improve isCustomProp documentation...

dependencies

Bumps [through2](https://github.com/rvagg/through2) from 3.0.1 to 4.0.2. Commits ebe3d0b 4.0.2 0cd3ec7 Fix typo in README.md 8fe9228 remove inherits dep 9c0cf12 4.0.1 8a4d6b3 update ignores for pack de77352 4.0.0 ad542a5 more modernisation...

dependencies

jsonlint(options) For now, options are not supported yet.

There are examples at the end `REAME.md`. Additionally, `jsonlint` was upgraded to 8.0.0, which reports schema validation errors with the same structured error information as parsing errors. This PR is...

This is an example: jsonlint({ schema: { src: 'test/fixtures/schema.json', environment: 'json-schema-draft-04' } }) This PR is based on #71.

These are the defaults: jsonlint({ format: false, indent: 2, sortKeys: false }) This PR is based on #70.

These are the defaults: jsonlint({ mode: 'json', ignoreComments: false, ignoreTrailingCommas: false, allowSingleQuotedStrings: false, allowDuplicateObjectKeys: true, }) This PR is based on #69.