justo-plugin-jsonlint
v0.1.0
Published
Plugin for JSONLint.
Downloads
8
Maintainers
Readme
justo-plugin-jsonlint
Plugin for JSONLint.
Proudly made with ♥ in Valencia, Spain, EU.
Use
const jsonlint = require("justo-plugin-jsonlint");
To jsonlint
, the task must be called as follows:
jsonlint(title, opts)
jsonlint(justoOpts, opts)
opts
:
src
(string or string[]). Source files to parse.
Example:
jsonlint("JSON grammar", {
src: "data/"
});