Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
tsirysndr/daggerverseA ready to use CI/CD Pipeline for linting JSON files with jsonlint
Module: JSON Lint
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
Add Package
deno add jsr:@fx/jsonlint
Import symbol
import * as jsonlint from "@fx/jsonlint";
Import directly with a jsr specifier
import * as jsonlint from "jsr:@fx/jsonlint";
Add Package
pnpm i jsr:@fx/jsonlint
pnpm dlx jsr add @fx/jsonlint
Import symbol
import * as jsonlint from "@fx/jsonlint";
Add Package
yarn add jsr:@fx/jsonlint
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";