mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 18:58:36 +02:00
* chore: clean up ESLint config, enable a few rules * enable max-len for comments * fix build |
||
---|---|---|
.. | ||
__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, {"header": "\n * Copyright"}]
}
}