stylelint

Modern CSS linter that helps you avoid errors and enforce conventions

brewmacoslinux
Try with needOr install directly
Source

About

Modern CSS linter

Commands

stylelint

Examples

Lint all CSS files in current directory$ stylelint '**/*.css'
Lint with specific configuration file$ stylelint --config .stylelintrc.json style.css
Fix linting issues automatically$ stylelint --fix '**/*.scss'