Skip to content

v1.3.2-wmf.6

Choose a tag to compare

@edg2s edg2s released this 26 Jan 17:47
· 269 commits to master since this release
f68f97c
  • New rule: no-box-model (Ed Sanders)
  • New rule: no-browser (Ed Sanders)
  • New rule: no-context-prop (Ed Sanders)
  • New rule: no-error-shorthand (Ed Sanders)
  • New rule: no-fx-interval (Ed Sanders)
  • New rule: no-hold-ready (Ed Sanders)
  • New rule: no-is-numeric (Ed Sanders)
  • New rule: no-load-shorthand (Ed Sanders)
  • New rule: no-now (Ed Sanders)
  • New rule: no-on-ready (Ed Sanders)
  • New rule: no-ready-shorthand (Ed Sanders)
  • New rule: no-selector-prop (Ed Sanders)
  • New rule: no-sub (Ed Sanders)
  • New rule: no-support (Ed Sanders)
  • New rule: no-unload-shorthand (Ed Sanders)

  • Bug: Fix isjQuery util to match $-prefixed properties (Ed Sanders)
  • Bug: Fix isjQuery to not match methods of jQuery properties (Ed Sanders)
  • Bug: Only catch toggle(arg) if arg is definitely not a boolean (Ed Sanders)

  • Code: De-deduplicate rule generation (Ed Sanders)
  • Code: Remove useless export of traverse method (Ed Sanders)