@tylertech-eslint/eslint-plugin-angular
Advanced tools
| import { FlatConfig } from "@typescript-eslint/utils/ts-eslint"; | ||
| //#region src/configs/recommended.d.ts | ||
| /** | ||
| * Recommended ESLint configuration for Angular projects. | ||
| */ | ||
| declare const _default: FlatConfig.Config[]; | ||
| //#endregion | ||
| export { _default }; |
@@ -5,2 +5,5 @@ import tseslint from "typescript-eslint"; | ||
| //#region src/configs/recommended.ts | ||
| /** | ||
| * Recommended ESLint configuration for Angular projects. | ||
| */ | ||
| var recommended_default = [...angularEslint.configs.tsRecommended, { | ||
@@ -13,2 +16,3 @@ languageOptions: { | ||
| rules: { | ||
| "no-restricted-imports": ["error", "rxjs/Rx"], | ||
| "@angular-eslint/directive-selector": ["error", { | ||
@@ -15,0 +19,0 @@ type: "attribute", |
| import * as _typescript_eslint_utils_ts_eslint2 from "@typescript-eslint/utils/ts-eslint"; | ||
| //#region src/configs/template-recommended.d.ts | ||
| /** | ||
| * Recommended ESLint configuration for Angular templates. | ||
| */ | ||
| declare const _default: _typescript_eslint_utils_ts_eslint2.FlatConfig.Config[]; | ||
| //#endregion | ||
| export { _default }; |
| import angularEslint from "angular-eslint"; | ||
| //#region src/configs/template-recommended.ts | ||
| /** | ||
| * Recommended ESLint configuration for Angular templates. | ||
| */ | ||
| var template_recommended_default = [ | ||
@@ -5,0 +8,0 @@ ...angularEslint.configs.templateRecommended, |
+3
-3
| { | ||
| "name": "@tylertech-eslint/eslint-plugin-angular", | ||
| "version": "3.0.0-beta.0", | ||
| "version": "3.0.0-beta.1", | ||
| "description": "Shared ESLint rules and configurations for Angular projects that adhere to the standards and best practices of Tyler Technologies.", | ||
@@ -36,4 +36,4 @@ "author": "Tyler Technologies, Inc.", | ||
| "devDependencies": { | ||
| "@types/node": "^22.15.31", | ||
| "tsdown": "^0.12.7", | ||
| "@types/node": "^22.15.32", | ||
| "tsdown": "^0.12.8", | ||
| "typescript": "~5.8.3" | ||
@@ -40,0 +40,0 @@ }, |
18665
1.7%89
17.11%