Stylelint

Last modified: 19 January 2023

Available only in IntelliJ IDEA Ultimate: download to try or compare editions

Required plugin:

CSS The plugin is available only in IntelliJ IDEA Ultimate, where it is enabled by default.

IntelliJ IDEA integrates with Stylelint so you can inspect your CSS code from inside the IDE. Stylelint wakes up automatically when you edit a CSS file and highlights the detected problems, see Lint your code below.

Besides CSS, you can also use Stylelint to verify other style sheets by applying customSyntax as described below in Lint stylesheets different from CSS.