Skip to content

Commit

Permalink
Merge pull request #11615 from qmonmert/removeprocessor
Browse files Browse the repository at this point in the history
Angular/ESLint Remove workaround
  • Loading branch information
murdos authored Dec 20, 2024
2 parents 6feb503 + a311340 commit 3e41723
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3e41723

Please sign in to comment.