stylelint-standard is a fixed lint configuration package for stylelint, currently at version 1.2.3. It provides a standard set of CSS linting rules with minimal configuration. It is actively maintained with regular releases and includes TypeScript type definitions. Unlike other stylelint configs, it focuses on stability and performance.
npm install stylelint-standardNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lint a CSS string using the standard configuration and log warnings.
Update config import to use default export instead of array.
Remove deprecated rule from custom config.
Run stylelint with --fix flag for auto-correction.
Use stylelintStandard directly as config: stylelint.lint({ config: stylelintStandard })Run 'npm install stylelint-standard' and ensure correct import.