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

Add no-multiple-var rule #1191

Merged
merged 2 commits into from
May 2, 2016
Merged

Commits on May 1, 2016

  1. Add no-multiple-var rule

    related issue .
    
    - for another linter compatibility, I define target options (`var`,
    `let` and `const`)
    - I check `for statement`, but don't check 'for...in statement' and
    `for...of statement`. becase, TS disallow multiple variable definitions
    in the same statement by default
    YuichiNukiyama committed May 1, 2016
    Configuration menu
    Copy the full SHA
    4ab1947 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2016

  1. remove extra options

    YuichiNukiyama committed May 2, 2016
    Configuration menu
    Copy the full SHA
    639d375 View commit details
    Browse the repository at this point in the history