@types/eslint-plugin-security
Version:
TypeScript definitions for eslint-plugin-security
27 lines (19 loc) • 877 B
Markdown
# 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 { Linter, Rule } from "eslint";
export const configs: {
recommended: Linter.FlatConfig;
};
export const rules: Record<string, Rule.RuleModule>;
````
### Additional Details
* Last updated: Thu, 16 May 2024 02:17:07 GMT
* Dependencies: [@types/eslint](https://npmjs.com/package/@types/eslint)
# Credits
These definitions were written by [rhysd](https://github.com/rhysd).