Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed May 20, 2024
1 parent f922fec commit 5e0711e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/eslint-config-angular/template/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@
// elements.
const ignoreAttributeSets = {
web: [
'accept',
'aria-describedby',
'aria-labelledby',
'aria-live',
'rel',
'sizes',
// Not possible for Angular i18n to handle meta tags yet
Expand All @@ -35,7 +37,7 @@ const ignoreAttributeSets = {
'location',

// rich text
'nimble-rich-text-mention-users[display-name]',
'nimble-mapping-user[display-name]',
'pattern',

// select
Expand Down Expand Up @@ -104,10 +106,6 @@ const ignoreAttributeSets = {

// sl-query-builder
'dropdownWidth',

// native element attributes used by sl components
'accept',
'aria-live',
],
jqx: [
// smart-table
Expand Down

0 comments on commit 5e0711e

Please sign in to comment.