Skip to content

Commit

Permalink
feat: selector-type-no-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 3, 2024
1 parent dbdc2cb commit f0013b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ module.exports = {
'selector-type-no-unknown': [
true,
{
ignore: ['custom-elements'],
ignore: ['app', 'my-app', 'proprietary-app'],
ignoreTypes: ['/^/deep/'],
},
],
Expand Down

0 comments on commit f0013b3

Please sign in to comment.