We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a560e commit 1505d14Copy full SHA for 1505d14
README.md
@@ -7,6 +7,14 @@
7
8
> [JSON]/[JSON5] file syntax validation plugin for [`gulp`] using [`jsonlint`]
9
10
+This is a fork of the original package with the following enhancements:
11
+
12
+* Validates with both [JSON] and [JSON5] standards.
13
+* Optionally recognizes JavaScript-style comments and single quoted strings.
14
+* Optionally ignores trailing commas and reports duplicate object keys as an error.
15
+* Prefers using the 8x faster native JSON parser, if possible.
16
+* Depends on up-to-date npm modules with no installation warnings.
17
18
## Usage
19
20
First, install `@prantlf/gulp-jsonlint` as a development dependency:
0 commit comments