docusaurus/packages/stylelint-copyright
2022-02-25 16:00:11 +01:00
..
__tests__ chore: clean up ESLint config, enable a few rules (#6514) 2022-01-31 10:31:24 +08:00
index.js feat(stylelint-copyright): autofix, stricter config (#6374) 2022-01-16 11:34:10 +08:00
package.json chore: prepare v2.0.0-beta.16 release (#6760) 2022-02-25 16:00:11 +01:00
README.md feat(stylelint-copyright): autofix, stricter config (#6374) 2022-01-16 11:34:10 +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, {"header": "\n * Copyright"}]
  }
}