peerlibrary/coffeelint-internal-variable-names-usage

Name: coffeelint-internal-variable-names-usage

Owner: PeerLibrary

Description: A custom coffeelint rule to check usage of compiler's internal variable names, BC in CoffeeScript 1.9.0

Created: 2015-05-26 03:32:03.0

Updated: 2015-05-26 03:32:03.0

Pushed: 2015-02-10 20:22:55.0

Homepage: null

Size: 108

Language: CoffeeScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

coffeelint-internal-variable-names-usage

coffeelint-internal-variable-names-usage is a plugin of coffeelint. It checks usage of compiler's internal variable names, BC in CoffeeScript 1.9.0.

s A
constructor: (@a) ->
    b = a
How to Install
  1. add "coffeelint-internal-variable-names-usage": "^0.0.1" as devDependencies in package.json
  2. npm install
How to Use

In your coffeelint.json, add


 other lint rules

"internal_variable_names_usage": {
  "module": "coffeelint-internal-variable-names-usage",
  "level": "warn"
}


and run coffeelint.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.