Skip to content

Commit 490ce64

Browse files
committed
docs: Mention grunt and gulp plugins
1 parent 72354c4 commit 490ce64

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ This is a fork of the original package with the following enhancements:
2222
* Depends on up-to-date npm modules with no installation warnings.
2323
* Small size - 17.6 kB minified, 6.1 kB gzipped.
2424

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+
2530
## Synopsis
2631

2732
Check syntax of JSON files:
@@ -224,6 +229,10 @@ Licensed under the MIT license.
224229
[JSON5]: https://spec.json5.org
225230
[JSON Schema]: https://json-schema.org
226231
[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
227236
[best performance]: ./benchmarks#json-parser-comparison
228237
[parser benchmark]: ./benchmarks#json-parser-comparison
229238
[a lot slower]: ./benchmarks/results/performance.md#results

0 commit comments

Comments
 (0)