latest
Works with
•JSR Score64%•This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




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
Add Package
deno add jsr:@crockagile/no-negative-zero-rule
Import symbol
import * as no_negative_zero_rule from "@crockagile/no-negative-zero-rule";
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
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
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";