Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valerymelou committed Jul 20, 2024
1 parent ee67114 commit 778cb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/ui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular-eslint/component-selector": [
"error",
{
"type": "element",
"type": ["element", "attribute"],
"prefix": "ui",
"style": "kebab-case"
}
Expand Down

0 comments on commit 778cb89

Please sign in to comment.