docusaurus/packages/stylelint-copyright
Sébastien Lorber 8af3ad4250
chore(v2): prepare v2.0.0.alpha-63 release (#3400)
* add alpha 63 + remove +3month old versions

* update publish guide

* v2.0.0-alpha.63
2020-09-03 18:52:03 +02:00
..
__tests__ misc: update stylelint rule tester 2020-03-21 15:22:25 +08: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-63 release (#3400) 2020-09-03 18:52:03 +02:00
README.md fix(v2): improve stylelint copyright header rule (#2363) 2020-03-07 11:49:52 +08:00

stylelint-copyright

stylelint plugin to check CSS files for a copyright header.

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

Usage

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