Closed laander closed 6 years ago
All my styling is written in scss syntax and the StyleLintPlugin plugin for webpack needs the following setting to be able to understand the syntax:
scss
StyleLintPlugin
new StyleLintPlugin({ syntax: 'scss' })
I don't currently see a way to inject this using your plugin or am i missing something? Otherwise a neat little plugin, thanks for the work!
According to the api docs the syntax should be inferred if not specified. Nonetheless I'll add this.
All my styling is written in
scss
syntax and theStyleLintPlugin
plugin for webpack needs the following setting to be able to understand the syntax:I don't currently see a way to inject this using your plugin or am i missing something? Otherwise a neat little plugin, thanks for the work!