Skip to content

Commit

Permalink
BREAKING: change number-leading-zero to always
Browse files Browse the repository at this point in the history
this is to be compliant with prettier formatting rules
  • Loading branch information
iwt-danielschuster committed Jun 18, 2020
1 parent 53cad24 commit 75e96e6
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 75e96e6

Please sign in to comment.