Skip to content

Commit

Permalink
Merge branch 'build-tools/stylelint-config' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Jun 13, 2022
2 parents 77d10d7 + a587ed2 commit 5131a39
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": [ "@wordpress/stylelint-config" ],
"rules": {
"no-descending-specificity": null,
"selector-class-pattern": null
}
}

0 comments on commit 5131a39

Please sign in to comment.