docusaurus/packages/stylelint-copyright
2020-05-27 20:18:28 +03:00
..
__tests__ misc: update stylelint rule tester 2020-03-21 15:22:25 +08:00
index.js chore(v2): fix code style (revert previous changes) 2020-04-05 17:38:12 +03:00
package.json v2.0.0-alpha.56 2020-05-27 20:18:28 +03: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
  }
}