UNPKG

@angular-eslint/eslint-plugin

Version:

ESLint plugin for Angular applications, following https://angular.dev/style-guide

33 lines 892 B
{ "name": "@angular-eslint/eslint-plugin", "version": "19.2.1", "description": "ESLint plugin for Angular applications, following https://angular.dev/style-guide", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/angular-eslint/angular-eslint.git", "directory": "packages/eslint-plugin" }, "files": [ "dist", "!**/*.tsbuildinfo", "package.json", "README.md", "LICENSE" ], "dependencies": { "@angular-eslint/bundled-angular-compiler": "19.2.1", "@angular-eslint/utils": "19.2.1" }, "devDependencies": { "@angular-eslint/test-utils": "19.2.1" }, "peerDependencies": { "@typescript-eslint/utils": "^7.11.0 || ^8.0.0", "eslint": "^8.57.0 || ^9.0.0", "typescript": "*" }, "gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24" }