A translation of sass-lint rule descriptions into Chinese, bundled with a Sass coding standard config file. Version 1.0.2 is the latest stable release, with no active development since 2016. It provides a Chinese-language reference for sass-lint rules and a pre-defined .sass-lint.yml configuration. The package is a thin wrapper around sass-lint and has no other differentiators.
npm install sass-lint-rulesNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install sass-lint and sass-lint-rules, then run sass-lint using the provided Chinese-translated config file.
Migrate to stylelint + stylelint-scss: npm install --save-dev stylelint stylelint-scss and configure accordingly.
If you need actual linting functionality, install sass-lint separately.
Review the config file and adjust rules manually to match your sass-lint version.
Do not use require('sass-lint-rules'). Instead, use the -c flag: sass-lint -c node_modules/sass-lint-rules/.sass-lint.yml