Skip to main content
Home
Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
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.2.0)

no-negative-zero-lint

silly deno lint to check for literal negative zero in code

Usage

deno lint --plugin ./plugin.ts

License

Unlicense

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:@crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";
or

Import directly with a jsr specifier

import * as no_negative_zero_rule from "jsr:@crockagile/no-negative-zero-rule";

Add Package

pnpm i jsr:@crockagile/no-negative-zero-rule
or (using pnpm 10.8 or older)
pnpm dlx jsr add @crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";

Add Package

yarn add jsr:@crockagile/no-negative-zero-rule
or (using Yarn 4.8 or older)
yarn dlx jsr add @crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";

Add Package

vlt install jsr:@crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";

Add Package

npx jsr add @crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";

Add Package

bunx jsr add @crockagile/no-negative-zero-rule

Import symbol

import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";