stylelint-copyright
TypeScript icon, indicating that this package has built-in type declarations

3.2.1 • Public • Published

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"}]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-copyright

Weekly Downloads

1,958

Version

3.2.1

License

MIT

Unpacked Size

104 kB

Total Files

9

Last publish

Collaborators

  • yangshun
  • slorber
  • lex111
  • docusaurus-bot