mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
* fix(v2): improve stylelint copyright header rule * Whitelist stylelint-copyright from Jest
264 B
264 B
stylelint-copyright
stylelint plugin to check CSS files for a copyright header.
/*
* Copyright ...
* ...
*/
Usage
// .stylelintrc
{
"plugins": ["stylelint-copyright"],
"rules": {
"docusaurus/copyright-header": true
}
}