Skip to content

Commit

Permalink
Add appearanceVariant to the list of i18n attributes to ignore. (#141)
Browse files Browse the repository at this point in the history
For whatever reason, `appearance-variant` was not working, so
`appearanceVariant`, the Angular directive, is required.

Notes
- Add `appearanceVariant` to the list of i18n attributes to ignore.

Testing
- Manually verified that `appearanceVariant` is ignored
  • Loading branch information
TrevorKarjanis authored May 17, 2024
1 parent dd8bfac commit 8d7a825
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Add appearanceVariant to the list of i18n attributes to ignore.",
"packageName": "@ni/eslint-config-angular",
"email": "[email protected]",
"dependentChangeType": "patch"
}
1 change: 1 addition & 0 deletions packages/eslint-config-angular/template/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const ignoreAttributeSets = {
'activeid',
'appearance',
'appearance-variant',
'appearanceVariant',
'autocomplete',
'column-id',
'field-name',
Expand Down

0 comments on commit 8d7a825

Please sign in to comment.