docusaurus/packages/stylelint-copyright
Rhys Arkins 6930e91508
fix: add repository metadata to all packages (#3613)
* fix: add repository metadata to all packages

* empty commit for cla bot

* move validate-package-json.test.ts + add glob devDependency

Co-authored-by: slorber <lorber.sebastien@gmail.com>
2020-10-21 15:05:01 +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 fix: add repository metadata to all packages (#3613) 2020-10-21 15:05:01 +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
  }
}