Added number-max-precision and reduced max-nesting-depth

This commit is contained in:
Andrey Okonetchnikov 2016-10-05 16:48:15 +02:00
parent 391c2fe078
commit a923cfd730

View File

@ -13,9 +13,10 @@
"declaration-no-important": true,
"function-url-no-scheme-relative": true,
"function-url-quotes": "always",
"max-nesting-depth": 3,
"max-nesting-depth": 1,
"media-feature-name-no-vendor-prefix": true,
"number-leading-zero": "never",
"number-max-precision": 3,
"property-no-vendor-prefix": true,
"selector-attribute-quotes": "always",
"selector-no-attribute": true,