Skip to content

Commit

Permalink
Angular/ESLint Remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 20, 2024
1 parent 755f3c1 commit a311340
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 a311340

Please sign in to comment.