Open ngerritsen opened 8 years ago
I'm having the same problem. Setting the context
option solved it for me.
new SassLintPlugin({
context: './src/sass/',
}),
Marking this as closed as @roelvanhintum's solution solved it with a config option.
Kinda feel like this should remain open since the plugin completely breaks without setting this option which is, supposedly, optional.
You'll want to check this again when sass-lint 1.8 arrives as there's a PR in at the moment to prevent directories being read for that version.
@DanPurdy thanks!
@DanPurdy @jackmarketon can confirm—sass-lint v1.8 fixes this issue.
When I try to use the plugin I get the following error:
I have no idea why, my webpack build works without this plugin. Config:
.sass-lint.yml
webpack.config.js (partially)
Any ideas?