docusaurus/packages/stylelint-copyright
2022-01-16 15:53:23 +08:00
..
__tests__ chore: enable eslint-plugin-jest (#6375) 2022-01-16 15:53:23 +08:00
index.js feat(stylelint-copyright): autofix, stricter config (#6374) 2022-01-16 11:34:10 +08:00
package.json chore(v2): prepare v2.0.0-beta.14 release (#6147) 2021-12-21 17:15:04 +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"}]
  }
}