Skip to content

Commit

Permalink
Update Stylelint config
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 23, 2023
1 parent 50479d4 commit d1a9921
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"extends": [
"stylelint-config-twbs-bootstrap"
],
"rules": {
"scss/selector-no-union-class-name": true
}
"reportInvalidScopeDisables": true,
"reportNeedlessDisables": true,
"overrides": [
{
"files": "**/*.scss",
"rules": {
"scss/selector-no-union-class-name": true
}
}
]
}

0 comments on commit d1a9921

Please sign in to comment.