docusaurus/packages/stylelint-copyright
2022-03-25 16:16:38 +01:00
..
__tests__ chore: tighten ESLint config (#6931) 2022-03-17 17:59:41 +08:00
index.js test: improve test coverage; multiple internal refactors (#6912) 2022-03-14 21:53:57 +08:00
package.json chore: prepare v2.0.0-beta.18 release (#7001) 2022-03-25 16:16:38 +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"}]
  }
}