From f370d7674e7cff6e5d893aa3d287305806c53ec8 Mon Sep 17 00:00:00 2001 From: Date: Fri, 30 Jun 2017 20:48:28 -0700 Subject: [PATCH] Stylelint allow empty sources --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd7c16f..e424153 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,10 @@ } }, "stylelint": { - "extends": "stylelint-config-standard" + "extends": "stylelint-config-standard", + "rules": { + "no-empty-source": null + } }, "scripts": { "build": "webpack --progress --config resources/assets/build/webpack.config.js",