Skip to main content
Home

Built and signed on GitHub Actions

deno lint plugin

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
9 months ago (0.1.0)

deno lints

install

Add plugin to your deno.json file

{
  "lint": {
    "plugins": [
      "jsr:@cotyhamilton/deno-lints"
    ]
  }
}

usage

Run deno lint

rules

  • max-params
    // deno-lint: Function has too many parameters. Maximum allowed is 3.
    export function test(one, two, three, four) {}
    
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:@cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";
or

Import directly with a jsr specifier

import * as deno_lints from "jsr:@cotyhamilton/deno-lints";

Add Package

pnpm i jsr:@cotyhamilton/deno-lints
or (using pnpm 10.8 or older)
pnpm dlx jsr add @cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";

Add Package

yarn add jsr:@cotyhamilton/deno-lints
or (using Yarn 4.8 or older)
yarn dlx jsr add @cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";

Add Package

vlt install jsr:@cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";

Add Package

npx jsr add @cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";

Add Package

bunx jsr add @cotyhamilton/deno-lints

Import symbol

import * as deno_lints from "@cotyhamilton/deno-lints";