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
- Host: GitHub
- URL: https://github.com/hacksore/typescript-eslint-error-deprecated-vars
- Owner: Hacksore
- Created: 2022-12-02T23:12:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T01:52:39.000Z (about 3 years ago)
- Last Synced: 2025-10-09T01:06:43.655Z (9 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.

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