Skip to content

Commit 1505d14

Browse files
committed
docs: Describe changes in this fork
1 parent 02a560e commit 1505d14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77

88
> [JSON]/[JSON5] file syntax validation plugin for [`gulp`] using [`jsonlint`]
99
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+
1018
## Usage
1119

1220
First, install `@prantlf/gulp-jsonlint` as a development dependency:

0 commit comments

Comments
 (0)