stylelint-custom-processor-loader
stylelint-custom-processor-loader copied to clipboard
A Webpack loader for stylelint used with custom processors
## Version **3.3.0** of [styled-components](https://github.com/styled-components/styled-components) was just published. Dependency styled-components Current Version 3.2.6 Type devDependency The version **3.3.0** is **not covered** by your **current version range**. If you don’t accept...
## Version **9.2.1** of [stylelint](https://github.com/stylelint/stylelint) was just published. Dependency stylelint Current Version 9.1.3 Type devDependency The version **9.2.1** is **not covered** by your **current version range**. If you don’t accept...
## Version **3.11.0** of [webpack](https://github.com/webpack/webpack) was just published. Dependency webpack Current Version 3.10.0 Type devDependency The version **3.11.0** is **not covered** by your **current version range**. If you don’t accept...
Is this project still supported? [The official documentation on tooling for Styled Components](https://github.com/styled-components/styled-components-website/blob/master/sections/tooling/stylelint.md#webpack) still recommends this loader, but I'm not sure whether it's needed anymore or whether the larger [`stylelint-webpack-plugin`](https://github.com/webpack-contrib/stylelint-webpack-plugin)...
## Version **16.4.0** of [react](https://github.com/facebook/react) was just published. Dependency react Current Version 16.3.2 Type devDependency The version **16.4.0** is **not covered** by your **current version range**. If you don’t accept...
## The dependency [loader-utils](https://github.com/webpack/loader-utils) was updated from `1.1.0` to `1.2.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The devDependency [stylelint-processor-styled-components](https://github.com/styled-components/stylelint-processor-styled-components) was updated from `1.3.2` to `1.4.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
When using stylelint-custom-processor-loader with styled-components, the `syntax` parameter needs to be set to `scss`, otherwise some language features will not work (such as inline comments, see styled-components/stylelint-processor-styled-components#195). It would be...