v1.35.1
Changed
- Avoid using console in code that runs on browser by @RezkyRizaldi (#64)
- Fix #62 by @RezkyRizaldi (#64)
- Fix unused expressions by @RezkyRizaldi (#64)
- Fix variable used before definition by @RezkyRizaldi (#64)
- Fix use of comma or logical OR operators in switch cases by @RezkyRizaldi (#64)
- Fix async function should have await expression by @RezkyRizaldi (#64)
- Fix shorthand type coercions by @RezkyRizaldi (#64)
- Fix unnecessary computed property keys in object literals by @RezkyRizaldi (#64)
- Fix no return statements in callbacks of array methods by @RezkyRizaldi (#64)
- Fix function parameters should not be reassigned by @RezkyRizaldi (#64)
Full Changelog: v1.35.0...v1.35.1