eslint-plugin-agpl

1.0.2 • Public • Published

eslint-plugin-agpl

Travis status

Eslint rules for AGPL

Installation

Install ESLint either locally or globally

npm install eslint

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

npm install eslint-plugin-agpl

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.

Package Sidebar

Install

npm i eslint-plugin-agpl

Weekly Downloads

1

Version

1.0.2

License

ISC

Last publish

Collaborators

  • arekzc