ESLint v4.19.1 released
by Kai Cataldo - 21 March 2018We just pushed ESLint v4.19.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.
Bug Fixes
- 3ff5d11 Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113) (薛定谔的猫)
- abc765c Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103) (Kevin Partington)
Documentation
- 6f9e155 Docs: Update ambiguous for...in example for guard-for-in (#10114) (CJ R)