Skip to content

Commit

Permalink
Ignore highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan authored Nov 6, 2024
1 parent 45af3d8 commit b180a71
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,12 @@ export default {
{
severity: 'warning',
allow: {
features: ['properties.scrollbar-width', 'properties.scrollbar-gutter', 'properties.scrollbar-color'],
features: [
'properties.scrollbar-width',
'properties.scrollbar-gutter',
'properties.scrollbar-color',
'selectors.highlight',
],
flagged: false,
partialImplementation: true,
prefix: true,
Expand Down

0 comments on commit b180a71

Please sign in to comment.