Skip to content

Commit

Permalink
feat: update stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Sep 11, 2024
1 parent 803e414 commit c6d7a50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion projects/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,14 @@ module.exports = {
'selector-type-no-unknown': [
true,
{
ignoreTypes: ['/^tui-/', '/^my-/', '/^cdk-/', '/^app-/', /^markdown$/],
ignoreTypes: [
/^app$/,
/^markdown$/,
'/^my-/',
'/^cdk-/',
'/^app-/',
'/^tui-/',
],
},
],
'shorthand-property-no-redundant-values': true,
Expand Down

0 comments on commit c6d7a50

Please sign in to comment.