UNPKG

eslint-plugin-no-secrets

Version:

An eslint rule that searches for potential secrets/keys in code

11 lines (8 loc) 228 B
import type { ESLint, Rule } from "eslint"; declare const eslintPluginNoSecrets: ESLint.Plugin & { rules: { "no-secrets": Rule.RuleModule; "no-pattern-match": Rule.RuleModule; }; }; export = eslintPluginNoSecrets;