docusaurus/packages/stylelint-copyright
2020-03-21 15:22:25 +08:00
..
__tests__ misc: update stylelint rule tester 2020-03-21 15:22:25 +08:00
index.js fix(v2): improve stylelint copyright header rule (#2363) 2020-03-07 11:49:52 +08:00
package.json misc: improve stylelint rule (#2415) 2020-03-21 12:42:10 +08:00
README.md fix(v2): improve stylelint copyright header rule (#2363) 2020-03-07 11:49:52 +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
  }
}