docusaurus/packages/stylelint-copyright
2023-10-20 11:24:29 +02:00
..
src chore: upgrade dependencies (#7993) 2022-09-08 01:31:53 -04:00
package.json chore: v3.0.0-rc.0 release (#9418) 2023-10-20 11:24:29 +02:00
README.md feat(stylelint-copyright): autofix, stricter config (#6374) 2022-01-16 11:34:10 +08:00
tsconfig.json chore: upgrade to TS 4.7, compile with NodeNext (#7586) 2022-06-15 19:15:11 +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"}]
  }
}