Skip to content

v0.2.0

Choose a tag to compare

@jdforrester jdforrester released this 28 Oct 17:29
  • New rule: block-spacing (Timo Tijhof)
  • New rule: new-cap (Timo Tijhof)
  • New rule: new-parens (James D. Forrester)
  • New rule: no-console (Ed Sanders)
  • New rule: no-debugger (Ed Sanders)
  • New rule: no-eval (Ed Sanders)
  • New rule: no-extra-semi (Timo Tijhof)
  • New rule: no-implied-eval (Ed Sanders)
  • New rule: no-loop-func (Ed Sanders)
  • New rule: no-multi-spaces (Timo Tijhof)
  • New rule: no-new-func (Ed Sanders)
  • New rule: no-sparse-arrays (Ed Sanders)
  • New rule: vars-on-top (Ed Sanders)

  • Changed rule: camelcase — Make stricter by applying to properties (Ed Sanders)
  • Changed rule: space-in-parens — Reject foo( ) and not foo() (James D. Forrester)
  • Changed rule: spaced-comment — Allow /** and /*! comment blocks (James D. Forrester)
  • Changed rule: space-unary-ops — Make stricter by applying to "words" (Timo Tijhof)

  • cleanup: Alphabetize rules in eslintrc (Timo Tijhof)
  • test: Add comments to sample.js indicating which rules are tested (Timo Tijhof)
  • README: Update Travis badge to @wikimedia (Timo Tijhof)
  • Repo transferred from @markelog to @wikimedia.