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 8848a3f commit c7c47af
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@ import angular from 'angular-eslint';
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 c7c47af

Please sign in to comment.