Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

rulesToRemove

import { rulesToRemove } from "https://raw.githubusercontent.com/David-Else/eslint-config-octopus/master/mod.ts";

Calculate rules to remove

function rulesToRemove(key: string, val: string | number[]): boolean;
§
rulesToRemove(key: string, val: string | number[]): boolean
[src]

§Parameters

§
key: string
[src]

Current key name of rule being checked

§
val: string | number[]
[src]

Current value of rule being checked

§Return Type

§
boolean
[src]