Skip to main content
Home

Built and signed on GitHub Actions

A ready to use CI/CD Pipeline for linting JSON files with jsonlint

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
64%
Published
a year ago (0.1.1)

Module: JSON Lint

dagger-min-version deno compatibility

Daggerized version of jsonlint.

🚀 Usage

dagger -m github.com/tsirysndr/daggerverse/jsonlint call lint --src <source>

🧑‍🔬 Example

dagger -m github.com/tsirysndr/daggerverse/jsonlint call lint --src .

🧑‍💻 Programmatic usage

import { lint } from 'jsr:@fx/jsonlint';

await lint(".");
Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fx/jsonlint

Import symbol

import * as jsonlint from "@fx/jsonlint";
or

Import directly with a jsr specifier

import * as jsonlint from "jsr:@fx/jsonlint";

Add Package

pnpm i jsr:@fx/jsonlint
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fx/jsonlint

Import symbol

import * as jsonlint from "@fx/jsonlint";

Add Package

yarn add jsr:@fx/jsonlint
or (using Yarn 4.8 or older)
yarn dlx jsr add @fx/jsonlint

Import symbol

import * as jsonlint from "@fx/jsonlint";

Add Package

npx jsr add @fx/jsonlint

Import symbol

import * as jsonlint from "@fx/jsonlint";

Add Package

bunx jsr add @fx/jsonlint

Import symbol

import * as jsonlint from "@fx/jsonlint";