From a31134063e8a77e18cf89e3ccd43141d6ad2e637 Mon Sep 17 00:00:00 2001 From: Quentin Date: Fri, 20 Dec 2024 22:45:42 +0100 Subject: [PATCH] Angular/ESLint Remove workaround --- .../client/angular/core/eslint.config.mjs.mustache | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/resources/generator/client/angular/core/eslint.config.mjs.mustache b/src/main/resources/generator/client/angular/core/eslint.config.mjs.mustache index ef44cc7bf10..bb8d741edcc 100644 --- a/src/main/resources/generator/client/angular/core/eslint.config.mjs.mustache +++ b/src/main/resources/generator/client/angular/core/eslint.config.mjs.mustache @@ -26,13 +26,7 @@ export default tseslint.config( project: ['./tsconfig.app.json', './tsconfig.spec.json'], }, }, - processor: { - // https://github.com/angular-eslint/angular-eslint/issues/1917 - meta: { - name: 'extract-inline-html', - }, - ...angular.processInlineTemplates, - }, + processor: angular.processInlineTemplates, rules: { '@angular-eslint/component-selector': [ 'error',