Skip to content

Commit

Permalink
updated args
Browse files Browse the repository at this point in the history
  • Loading branch information
harshpathakzz committed Jan 2, 2025
1 parent c77d965 commit 7b29ba0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ module.exports = {
"mint/no-primitive-color-variables": true,
"mint/no-redeclared-utility-classes": true,
"mint/no-redeclared-primitive-variables": true,
'mint/no-redeclared-semantic-variables': true,
'mint/no-redeclared-semantic-variables': [true, {
"allowHtmlScope": false
}],
"mint/use-util-class-instead-of-semantic-variable": [true, { "severity": "warning" }],
"declaration-no-important": [true, { "severity": "warning" }],
"rule-empty-line-before": ["always", { "severity": "warning" }],
Expand Down

0 comments on commit 7b29ba0

Please sign in to comment.