docusaurus/packages/stylelint-copyright
2024-05-03 17:14:41 +02:00
..
src chore: upgrade dependencies (#7993) 2022-09-08 01:31:53 -04:00
package.json chore: release Docusaurus 3.3.0 + 3.3.1 + 3.3.2 (#10101) 2024-05-03 17:14:41 +02:00
README.md feat(stylelint-copyright): autofix, stricter config (#6374) 2022-01-16 11:34:10 +08:00
tsconfig.json refactor: extract base TS client config + upgrade TS + refactor TS setup (#10065) 2024-04-19 21:03:32 +02: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"}]
  }
}