Added number-leading-zero with "never"

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 16:43:21 +02:00
parent 8ba925726d
commit 391c2fe078

View File

@ -15,6 +15,7 @@
"function-url-quotes": "always",
"max-nesting-depth": 3,
"media-feature-name-no-vendor-prefix": true,
"number-leading-zero": "never",
"property-no-vendor-prefix": true,
"selector-attribute-quotes": "always",
"selector-no-attribute": true,