mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
* attempt to fix the canary release GH workflow * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to fix canary-releases.yml * attempt to make the canary workflow work again * try to fix canary again * try to fix canary again * try to fix canary again |
||
---|---|---|
.. | ||
__tests__ | ||
index.js | ||
package.json | ||
README.md |
stylelint-copyright
stylelint plugin to check CSS files for a copyright header.
/*
* Copyright ...
* ...
*/
Usage
// .stylelintrc
{
"plugins": ["stylelint-copyright"],
"rules": {
"docusaurus/copyright-header": true
}
}