justo-plugin-jsonlint

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i justo-plugin-jsonlint

Homepage

justojs.org

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • justojs