luftborn-rxjs-takeuntil-destroy
Version:
ESLint plugin that enforces the use of takeUntilDestroyed operator in RxJS subscription pipes to prevent memory leaks in Angular applications
35 lines (34 loc) • 806 B
JSON
{
"name": "luftborn-rxjs-takeuntil-destroy",
"version": "1.0.7",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ."
},
"private": false,
"keywords": [
"eslint",
"eslint-plugin",
"rxjs",
"angular",
"subscription",
"NX"
],
"author": "Luftborn",
"license": "MIT",
"description": "ESLint plugin that enforces the use of takeUntilDestroyed operator in RxJS subscription pipes to prevent memory leaks in Angular applications",
"devDependencies": {
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"jest": "^29.7.0"
},
"peerDependencies": {
"eslint": ">=6.0.0 <10.0.0",
"@angular/core": ">=16.0.0",
"rxjs": ">=7.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}