mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-31 18:07:00 +02:00
* add changelog * add alpha 73 * run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing) * v2.0.0-alpha.73 |
||
---|---|---|
.. | ||
__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
}
}