An open API service indexing awesome lists of open source software.

https://github.com/hacksore/typescript-eslint-error-deprecated-vars


https://github.com/hacksore/typescript-eslint-error-deprecated-vars

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-eslint-error-deprecated-vars

use `eslint-plugin-deprecation` to warn/error about deprecated vars such as `window.name`.

image

Error you will get for this
```
'name' is deprecated. [6385]
```