⚠️ 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.
$ npm install --save-dev stylelint-config-kwork
Like followings
~~~
~~~
extends: [
"stylelint-config-kwork"
],
~~~
~~~