Skip to content

Commit

Permalink
Exempt groupableParentColumnId from i18n rule (#159)
Browse files Browse the repository at this point in the history
The `groupableParentColumnId` attribute of the `sl-table` does not
require translation, so add it to the exemptions.
  • Loading branch information
m-akinc authored Oct 18, 2024
1 parent 1413130 commit ef3faf9
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": "Exempt groupableParentColumnId from i18n rule",
"packageName": "@ni/eslint-config-angular",
"email": "7282195+m-akinc@users.noreply.github.com",
"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 @@ -86,6 +86,7 @@ const ignoreAttributeSets = {
'decimalDigits',
'fieldName',
'format',
'groupableParentColumnId',
'hrefFieldName',
'idFieldName',
'keyType',
Expand Down

0 comments on commit ef3faf9

Please sign in to comment.