Skip to content

Commit cd61f9b

Browse files
author
Daniel Holbach
committed
Breaking change in stylelint 10.0.0, use --allow-empty-input
c.f. https://github.com/stylelint/stylelint/releases/tag/10.0.0
1 parent 97fe7e3 commit cd61f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"start-production": "NODE_ENV=production node server.js",
109109
"test": "jest",
110110
"coveralls": "cat coverage/lcov.info | coveralls",
111-
"lint": "eslint app server.js && stylelint src && sass-lint -v",
111+
"lint": "eslint app server.js && stylelint --allow-empty-input src && sass-lint -v",
112112
"clean": "rm build/app.js",
113113
"noprobe": "../scope stop && ../scope launch --no-probe --app.window 8760h",
114114
"loadreport": "yarn run noprobe && sleep 1 && curl -X POST -H \"Content-Type: application/json\" http://$BACKEND_HOST/api/report -d"

0 commit comments

Comments
 (0)