eslint-plugin-license-header

0.6.1 • Public • Published

eslint-plugin-license-header

CI Code coverage

Rules to validate the presence of license headers in source files.

Installation

npm install eslint-plugin-license-header --save-dev

Usage

Add license-header to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "license-header"
  ]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "license-header/header": [ "error", "./resources/license-header.js" ]
  }
}

You may auto-fix your source files, adding or updating a given license header:

eslint --fix .

Supported Rules

License

MIT

Package Sidebar

Install

npm i eslint-plugin-license-header

Weekly Downloads

23,363

Version

0.6.1

License

MIT

Unpacked Size

11.6 kB

Total Files

5

Last publish

Collaborators

  • nikku