Skip to content

Commit

Permalink
Merge pull request #14 from Tanuel/master
Browse files Browse the repository at this point in the history
BREAKING: change number-leading-zero to always
  • Loading branch information
Kevin Ruff authored Jun 24, 2020
2 parents 53cad24 + 75e96e6 commit 66e30a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
"no-descending-specificity": null,
"no-duplicate-selectors": true,
"no-empty-source": null,
"number-leading-zero": "never",
"number-leading-zero": "always",
"media-feature-name-no-unknown": [
true,
{
Expand Down

0 comments on commit 66e30a0

Please sign in to comment.