Skip to content

Commit

Permalink
chore(linting): enable stylelint's length-zero-no-unit rule (#9124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored and github-actions[bot] committed Jun 28, 2024
1 parent df442ed commit 7b61d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/calcite-components/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"extends": "stylelint-config-recommended-scss",
"plugins": ["stylelint-use-logical-spec"],
"rules": {
"length-zero-no-unit": true,
"liberty/use-logical-spec": "always",
"no-descending-specificity": [
true,
Expand Down

0 comments on commit 7b61d18

Please sign in to comment.