After investing a significant amount of time into following the instructions outlined here and here for creating custom CSS linting rules using CSSLint via the CLI, I have successfully generated and tested my own set of rules. However, I am now facing the challenge of integrating these rules into the linter or installing them via npm to enable their usage through the CLI for linting purposes in my projects. Despite thorough research within the github wiki documentation, I have been unable to locate a solution.
Please note that these rules are tailored for a specific project and are not intended for submission to the csslint github repository.