Remove CLI option of Stylelint that currently makes it a noop
This commit is contained in:
parent
04fee16fec
commit
0a8cccf5d7
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user