From befada3e3f969b96b9ac5fc0c3eb6f26cbd9b03d Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Tue, 23 Feb 2016 10:26:54 +0000 Subject: [PATCH] Enable bem-linter --- lib/link.css | 1 + test/config.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/link.css b/lib/link.css index 219c093..9dde839 100644 --- a/lib/link.css +++ b/lib/link.css @@ -1,4 +1,5 @@ /** + * @define utilities * Clean link * * A link without any text-decoration at all. diff --git a/test/config.json b/test/config.json index f302383..74f347a 100644 --- a/test/config.json +++ b/test/config.json @@ -1,7 +1,6 @@ { "lint": true, "postcss-reporter": { - "plugins": ["stylelint"], "throwError": true } }