ESLint v1.7.3 released

We just pushed ESLint v1.7.3, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.

Bug Fixes

  • Fix: Support comma-first style in key-spacing (fixes #3877) (Brandon Mills)
  • Fix: no-magic-numbers: variable declarations (fixes #4192) (Ilya Panasenko)
  • Fix: Support ES6 shorthand in key-spacing (fixes #3678) (Brandon Mills)
  • Fix: indent array with memberExpression (fixes #4203) (Gyandeep Singh)
  • Fix: indent param function on sameline (fixes #4174) (Gyandeep Singh)
  • Fix: no-multiple-empty-lines fails when empty line at EOF (fixes #4214) (alberto)
  • Fix: comma-dangle false positive (fixes #4200) (Nicholas C. Zakas)
  • Fix: valid-jsdoc prefer problem (fixes #4205) (Nicholas C. Zakas)
  • Fix: correct no-multiple-empty-lines at EOF (fixes #4140) (alberto)

Documentation

  • Docs: Add missing single-quote (Kevin Lamping)
Js中文网,专注分享前端最新技术、大厂面试题、聊点程序员轶事、职场感悟,做前端技术的传播者.

加入前端布道师交流群

扫描二维码回复 加群 学习,与大厂大佬讨论技术.

BAT面试题大全