@sinonjs/eslint-plugin-no-prototype-methods

0.1.1 • Public • Published

eslint-plugin-no-prototype-methods

Disallow direct use of prototype methods of builtins

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-no-prototype-methods:

$ npm install eslint-plugin-no-prototype-methods --save-dev

Usage

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

{
    "plugins": [
        "no-prototype-methods"
    ]
}

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

{
    "rules": {
        "no-prototype-methods/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i @sinonjs/eslint-plugin-no-prototype-methods

Weekly Downloads

63

Version

0.1.1

License

ISC

Unpacked Size

11.9 kB

Total Files

10

Last publish

Collaborators

  • simenb
  • mrgnrdrck
  • fatso83
  • mantoni
  • cjohansen
  • benjamin.gruenbaum