Current stylint configuration doesn't work for some reason. And looking at the stylint-loader code you can see that it's not actually using options property of the config. The only thing possible with the webpack configuration is specifying path to the .stylintrc file, which is useless since stylint's trying to find the config anyway.
Right now the only way to customize options is to add a .stylintrc into the project.
Current stylint configuration doesn't work for some reason. And looking at the
stylint-loadercode you can see that it's not actually usingoptionsproperty of the config. The only thing possible with the webpack configuration is specifying path to the.stylintrcfile, which is useless since stylint's trying to find the config anyway.Right now the only way to customize options is to add a
.stylintrcinto the project.