Skip to content

Commit

Permalink
fix: Change number-leading-zero to always (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidermitaina committed Apr 14, 2020
1 parent add3fa1 commit 9455d3c
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 @@ -28,7 +28,7 @@ module.exports = {
'string-quotes': 'single',
'font-family-name-quotes': 'always-where-required',
'value-list-comma-space-after': 'always',
'number-leading-zero': 'never',
'number-leading-zero': 'always',
'color-hex-length': 'short',
'color-hex-case': 'lower',
'no-descending-specificity': null,
Expand Down

0 comments on commit 9455d3c

Please sign in to comment.