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

10 lines 382 B
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. import { noUnsafeRegExp } from './no-unsafe-regexp'; const plugin = { rules: { // Full name: "@rushstack/security/no-unsafe-regexp" 'no-unsafe-regexp': noUnsafeRegExp } }; //# sourceMappingURL=index.js.map