# Installation
> `npm install --save @types/eslint-plugin-security`

# Summary
This package contains type definitions for eslint-plugin-security (https://github.com/eslint-community/eslint-plugin-security#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-plugin-security.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-plugin-security/index.d.ts)
````ts
import type { ESLint, Linter, Rule } from "eslint";

export const meta: Required<NonNullable<ESLint.ObjectMetaProperties["meta"]>>;

export const rules: Record<string, Rule.RuleModule>;

export const rulesConfig: Record<string, Linter.Severity>;

export const configs: {
    readonly "recommended": Linter.Config;
    readonly "recommended-legacy": Linter.LegacyConfig;
};

````

### Additional Details
 * Last updated: Wed, 21 Jan 2026 23:30:02 GMT
 * Dependencies: [@types/eslint](https://npmjs.com/package/@types/eslint)

# Credits
These definitions were written by [rhysd](https://github.com/rhysd), and [Dom Porada](https://github.com/porada).
