From 9331a3e6d1276ba6e797b93024a394618325dd1d Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 8 Sep 2016 11:14:39 +0800 Subject: [PATCH] fix lesshint Conflicts: components/date-picker/style/RangePicker.less --- .lesshintrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lesshintrc b/.lesshintrc index d798ace465..64c458cff1 100644 --- a/.lesshintrc +++ b/.lesshintrc @@ -9,6 +9,8 @@ "duplicateProperty": false, "importPath": false, "finalNewline": false, + "newlineAfterBlock": false, + "maxCharPerLine": false, "excludedFiles": [ "components/layout/style/mixin.less", "components/style/core/base.less",