From a923cfd7309a36d83bd90dea81d14be6f7a6ab9b Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Wed, 5 Oct 2016 16:48:15 +0200 Subject: [PATCH] Added number-max-precision and reduced max-nesting-depth --- .stylelintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.stylelintrc b/.stylelintrc index df434d59..e014f049 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -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,