coffeelint-ensure-named-args

0.0.6 • Public • Published

coffeelint-ensure-named-args

A CoffeeLint rule that prohibits calling a function without first naming each argument.

Description

This CoffeeLint rule forbids calling a function without first naming each argument.

For example, myFunc(name = 'Bob') is OK, but myFunc('Bob') forbidden.

Installation

npm install coffeelint-ensure-named-args

Usage

Add the following configuration to coffeelint.json:

"ensure-named-args"{
  "module": "coffeelint-ensure-named-args"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.6
    1
    • latest

Version History

Package Sidebar

Install

npm i coffeelint-ensure-named-args

Weekly Downloads

1

Version

0.0.6

License

none

Last publish

Collaborators

  • srb-