Skip to content

WTF-DD/eslint-plugin-trololol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-no-map-parseint

Don't use .map(parseInt) and complain afterwards

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-no-map-parseint:

$ npm install eslint-plugin-no-map-parseint --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-no-map-parseint globally.

Usage

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

{
    "plugins": [
        "no-map-parseint"
    ]
}

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

{
    "rules": {
        "no-map-parseint/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

About

Because our linter should also be able to troll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published