Skip to content

Commit

Permalink
fix: eslint angular prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
GODrums committed Aug 4, 2024
1 parent bcc4813 commit d1b8bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ module.exports = [
'warn',
{
type: 'attribute',
prefix: 'jhi',
prefix: 'app',
style: 'camelCase',
},
],
'@angular-eslint/component-selector': [
'warn',
{
type: 'element',
prefix: 'jhi',
prefix: 'app',
style: 'kebab-case',
},
],
Expand Down

0 comments on commit d1b8bce

Please sign in to comment.