Skip to main content
Home
Works with
This package works with Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js
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
This package works with Bun
This package works with Browsers
JSR Score64%
Published11 months ago (0.1.2)

Plugin that provides linting rules for Deno projects

@devhaven/deno-lint-plugin

Plugin for deno-lint that provides linting rules for Deno projects. Inspiration from eslint-plugin-react

Supported Rules

  • function-call-argument-newline
  • no-empty-function

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:@devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";
or

Import directly with a jsr specifier

import * as deno_lint_plugin from "jsr:@devhaven/deno-lint-plugin";

Add Package

pnpm i jsr:@devhaven/deno-lint-plugin
or (using pnpm 10.8 or older)
pnpm dlx jsr add @devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";

Add Package

yarn add jsr:@devhaven/deno-lint-plugin
or (using Yarn 4.8 or older)
yarn dlx jsr add @devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";

Add Package

vlt install jsr:@devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";

Add Package

npx jsr add @devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";

Add Package

bunx jsr add @devhaven/deno-lint-plugin

Import symbol

import * as deno_lint_plugin from "@devhaven/deno-lint-plugin";