docusaurus/packages/stylelint-copyright
Sébastien Lorber 986de6b214
chore(v2): prepare v2.0.0.alpha-71 release (#4376)
* prepare release

* v2.0.0-alpha.71
2021-03-09 18:45:05 +01:00
..
__tests__ chore(v2): fix windows Jest tests (#3959) 2020-12-28 19:50:12 +01:00
index.js chore(v2): fix code style (revert previous changes) 2020-04-05 17:38:12 +03:00
package.json chore(v2): prepare v2.0.0.alpha-71 release (#4376) 2021-03-09 18:45:05 +01:00
README.md docs(v2): Add READMEs to v2 packages (#4034) 2021-01-14 17:16:26 +01:00

stylelint-copyright

Stylelint plugin to check CSS files for a copyright header.

/*
 * Copyright ...
 * ...
 */

Usage

// .stylelintrc
{
  "plugins": ["stylelint-copyright"],
  "rules": {
    "docusaurus/copyright-header": true
  }
}