UNPKG

stylelint-config-kwork

Version:
28 lines (19 loc) 456 B
# stylelint-config-kwork > **⚠️ DEPRECATED**: This package is no longer maintained and will not receive any updates. Please consider using alternative stylelint configurations for your projects. Stylelint configs for KnowledgeWork's projects. ## Usage ### Install ```sh $ npm install --save-dev stylelint-config-kwork ``` ### stylelintrc Like followings ```stylelintrc ~~~ ~~~ extends: [ "stylelint-config-kwork" ], ~~~ ~~~ ```