Skip to content

Commit dcf97a7

Browse files
authored
docs: add TypeScript support section (#159)
1 parent 4dfed2a commit dcf97a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,15 @@ npm test
8282
| [detect-unsafe-regex](docs/rules/detect-unsafe-regex.md) | Detects potentially unsafe regular expressions, which may take a very long time to run, blocking the event loop. ||
8383

8484
<!-- end auto-generated rules list -->
85+
86+
## TypeScript support
87+
88+
Type definitions for this package are managed by [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped). Use [@types/eslint-plugin-security](https://www.npmjs.com/package/@types/eslint-plugin-security) for type checking.
89+
90+
```sh
91+
npm install --save-dev @types/eslint-plugin-security
92+
93+
# OR
94+
95+
yarn add --dev @types/eslint-plugin-security
96+
```

0 commit comments

Comments
 (0)