mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-31 07:32:53 +00:00
* chore(v2): prepare v2.0.0-beta.4 release * update publish * v2.0.0-beta.4 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| README.md | ||
| index.js | ||
| package.json | ||
stylelint-copyright
Stylelint plugin to check CSS files for a copyright header.
/*
* Copyright ...
* ...
*/
Usage
// .stylelintrc
{
"plugins": ["stylelint-copyright"],
"rules": {
"docusaurus/copyright-header": true
}
}