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

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

/stylelint-copyright/

    Package Sidebar

    Install

    npm i stylelint-copyright

    Weekly Downloads

    1,657

    Version

    3.3.2

    License

    MIT

    Unpacked Size

    105 kB

    Total Files

    9

    Last publish

    Collaborators

    • yangshun
    • slorber
    • lex111
    • docusaurus-bot