UNPKG

@rushstack/eslint-plugin-security

Version:

An ESLint plugin providing rules that identify common security vulnerabilities for browser applications, Node.js tools, and Node.js services

9 lines 246 B
import { TSESLint } from '@typescript-eslint/utils'; interface IPlugin { rules: { [ruleName: string]: TSESLint.RuleModule<string, unknown[]>; }; } declare const plugin: IPlugin; export = plugin; //# sourceMappingURL=index.d.ts.map