0.1.0 • Published 8 years ago

justo-plugin-jsonlint v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
8 years ago

justo-plugin-jsonlint

NPM version Build Status Dependency Status devDependency Status

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/"
});