Skip to content

A consolidation of the rules one-var and no-mixed-requires to minimize variable declarations while supporting separate statements base on the declaration type (e.g. one for local variables and one for require calls).

Notifications You must be signed in to change notification settings

drewed/eslint-plugin-minvar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-twovar

Enforce two var things...

Installation

npm install eslint-plugin-twovar

Usage

Add this to your .eslintrc file.

About

A consolidation of the rules one-var and no-mixed-requires to minimize variable declarations while supporting separate statements base on the declaration type (e.g. one for local variables and one for require calls).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published