DEV Community

Discussion on: Incremental stylesheet linting with Stylelint and the Nx toolchain

Collapse
 
phillip9587 profile image
Phillip Barta

I wrote a nx plugin which provides this features.

Please check it out: github.com/Phillip9587/nx-stylelint

Nx Stylelint provides a set of power ups on Nx to lint your projects with Stylelint.

  • Executor: Provides a executor to lint your styles with stylelint.
  • Only Affected: Uses Nx to only lint affected projects.
  • Cache: Uses the Nx cache to cache already linted projects.
  • Generators: Automatically add a stylelint configuration and target to your projects.
Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

Very nice, Phillip! 👏