Stylelint allow empty sources

This commit is contained in:
2017-06-30 20:48:28 -07:00
parent f02e2d3e86
commit f370d7674e

View File

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