Remove CLI option of Stylelint that currently makes it a noop

This commit is contained in:
Jérémie Astori 2017-12-28 17:07:37 -05:00
parent 04fee16fec
commit 0a8cccf5d7
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -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",