Stylelintiä
Stylelintiä is the Finnish name used for Stylelint, an open-source linting tool for CSS and CSS-like languages. It analyzes stylesheet source code to enforce stylistic conventions and catch errors by comparing it to a configurable set of rules. The tool supports CSS, SCSS, Less and SugarSS through its parsing ecosystem and can be extended with plugins.
Core features include a comprehensive rule set for syntax, formatting and naming, support for custom and shared
Configuration is provided via a .stylelintrc file, stylelint.config.js, or entries in package.json. Rules are defined in
Usage and ecosystem: Stylelint is widely used in modern web development. It can be invoked in npm
See also: Stylelint, stylelint-config-standard, linting, CSS.