Skip to content

Commit

Permalink
build: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-hunter committed Jan 23, 2025
1 parent f0a5c9c commit 8d5c44b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/command/helm/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = [
'@angular-eslint/component-selector': [
'error',
{
type: 'element',
type: ['element', 'attribute'],
prefix: 'hlm',
style: 'kebab-case',
},
Expand Down
1 change: 1 addition & 0 deletions libs/ui/command/helm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"sideEffects": false,
"dependencies": {},
"peerDependencies": {
"@angular/cdk": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@spartan-ng/brain": "0.0.1-alpha.390",
"@spartan-ng/ui-button-helm": "0.0.1-alpha.381",
Expand Down

0 comments on commit 8d5c44b

Please sign in to comment.