eslint-plugin-alloy

1.2.1 • Public • Published

ESLint-plugin-Alloy

Alloy specific linting rules for ESLint.

Installation

Install ESLint either locally or globally.

$ npm install eslint --save-dev

If you installed ESLint globally, you have to install Alloy plugin globally too. Otherwise, install it locally.

$ npm install eslint-plugin-alloy --save-dev

Add "alloy" to the plugins section.

{
  "plugins": [
    "alloy"
  ]
}

Enable the rules that you would like to use.

  "rules": {
    "alloy/no-unused-vars": "error",
  }

List of supported rules

License

This project is open source and provided under the Apache Public License (version 2). Please make sure you see the LICENSE file included in this distribution for more details on the license. Also, please take notice of the privacy notice at the end of the file.

(C) Copyright 2017-2018, Axway, Inc All Rights Reserved.

Package Sidebar

Install

npm i eslint-plugin-alloy

Weekly Downloads

14

Version

1.2.1

License

Apache-2.0

Unpacked Size

6.38 kB

Total Files

8

Last publish

Collaborators

  • cb1kenobi
  • awam
  • tisdk