ascendancyy / vue-cli-plugin-stylelint

Vue cli 3.x plugin for stylelint
46 stars 15 forks source link

Should support setting custom syntax through config #1

Closed laander closed 6 years ago

laander commented 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:

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!

ascendancyy commented 6 years ago

According to the api docs the syntax should be inferred if not specified. Nonetheless I'll add this.