Skip to content

Commit

Permalink
Merge pull request #387 from sumocoders/update-stylelintrc
Browse files Browse the repository at this point in the history
Update stylelintrc to support scss
  • Loading branch information
tijsverkoyen authored Dec 3, 2024
2 parents 99fbac0 + ff90bb8 commit 717d494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "stylelint-config-standard",
"extends": "stylelint-config-standard-scss",
"rules": {
"at-rule-no-unknown": null
"at-rule-no-unknown": null,
"no-descending-specificity": null
}
}

0 comments on commit 717d494

Please sign in to comment.