Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Atom package for linting CoffeeScript for undefined and unused variables

License

Notifications You must be signed in to change notification settings

markwainwright/atom-linter-coffee-variables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a plugin for Linter that does some things that CoffeeLint can't: detecting variables that are used without being defined, and defined variables that aren't used.

It's best used in conjunction with linter-coffeelint.

Behind the scenes it works by compiling your CoffeeScript to JavaScript and running it through ESLint, using specific rules.

Installation

  1. Install Linter
  2. $ apm install linter-coffee-variables

About

Atom package for linting CoffeeScript for undefined and unused variables

Resources

License

Stars

Watchers

Forks

Packages

No packages published