1.0.13 • Published 11 months ago

eslint-plugin-aliens v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

eslint-plugin-aliens

aliens eslint style guide

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-aliens:

npm install eslint-plugin-aliens --save-dev

Next, install peerDependencies:

npm info eslint-plugin-aliens peerDependencies

Usage

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

{
    "plugins": [
        "aliens"
    ]
}

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

{
    "rules": {
        "aliens/rule-name": 2
    }
}

recommended

{
  "root": true,
  "plugins": ["aliens"],
  "extends": ["eslint:recommended", "plugin:alines/recommended"],
  "env": {
    "es6": true
  }
}

Supported Rules

  • Fill in provided rules here
1.0.13

11 months ago

1.0.12

11 months ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago