stylelint-copyright Stylelint plugin to check CSS files for a copyright header. /* * Copyright ... * ... */ Usage // .stylelintrc { "plugins": ["stylelint-copyright"], "rules": { "docusaurus/copyright-header": [true, {"header": "\n * Copyright"}] } }