1.0.2 • Published 8 years ago

eslint-plugin-agpl v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

eslint-plugin-agpl

Travis status

Eslint rules for AGPL

Installation

Install ESLint either locally or globally

If you installed Eslint globally, you have to install eslint-plugin-agpl plugin globally too. Otherwise, install it locally.

Configuration

Add plugins section and specify eslint-plugin-agpl as a plugin

{
  "plugins": [
    "agpl"
  ]
}

Finally, enable all of the rules that you would like to use.

{
  "rules": {
    "agpl/valid-license": [1, "2015 Arek Zajac"]
  }
}

license

eslint-plugin-smells is licensed under the MIT License.