docusaurus/packages/stylelint-copyright
Joshua Chen f063e9add5
chore: upgrade dependencies (#7274)
* chore: upgrade dependencies

* remove nodemon
2022-04-30 14:32:37 +08: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: upgrade dependencies (#7274) 2022-04-30 14:32:37 +08: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"}]
  }
}