File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ This is a fork of the original package with the following enhancements:
22
22
* Depends on up-to-date npm modules with no installation warnings.
23
23
* Small size - 17.6 kB minified, 6.1 kB gzipped.
24
24
25
+ Integration to the favourite task loaders is provided by the following modules:
26
+
27
+ * [ ` grunt ` ] - [ ` @prantlf/grunt-jsonlint ` ]
28
+ * [ ` gulp ` ] - [ ` @prantlf/gulp-jsonlint ` ]
29
+
25
30
## Synopsis
26
31
27
32
Check syntax of JSON files:
@@ -224,6 +229,10 @@ Licensed under the MIT license.
224
229
[ JSON5 ] : https://spec.json5.org
225
230
[ JSON Schema ] : https://json-schema.org
226
231
[ UMD ] : https://github.com/umdjs/umd
232
+ [ `grunt` ] : https://gruntjs.com/
233
+ [ `gulp` ] : http://gulpjs.com/
234
+ [ `@prantlf/grunt-jsonlint` ] : https://github.com/prantlf/grunt-jsonlint
235
+ [ `@prantlf/gulp-jsonlint` ] : https://github.com/prantlf/gulp-jsonlint
227
236
[ best performance ] : ./benchmarks#json-parser-comparison
228
237
[ parser benchmark ] : ./benchmarks#json-parser-comparison
229
238
[ a lot slower ] : ./benchmarks/results/performance.md#results
You can’t perform that action at this time.
0 commit comments