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

6 lines 263 B
import type { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-unsafe-regexp'; type Options = []; declare const noUnsafeRegExp: TSESLint.RuleModule<MessageIds, Options>; export { noUnsafeRegExp }; //# sourceMappingURL=no-unsafe-regexp.d.ts.map