From 0a8cccf5d7f39f2128543eadc8631ace6e0f365b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 28 Dec 2017 17:07:37 -0500 Subject: [PATCH] Remove CLI option of Stylelint that currently makes it a noop --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1523c2aa..ac3952fb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test": "npm-run-all --aggregate-output --parallel --continue-on-error test:* lint:*", "test:mocha": "mocha --colors", "lint:js": "eslint . --report-unused-disable-directives --color", - "lint:css": "stylelint --color --report-needless-disables=error \"client/**/*.css\"" + "lint:css": "stylelint --color \"client/**/*.css\"" }, "keywords": [ "lounge",