babel-plugin-transform-array-push
Simple transform `arr.push(a)` to `arr[arr.length] = a`, just follow loverajoel/jstips#00
Simple transform `arr.push(a)` to `arr[arr.length] = a`, just follow loverajoel/jstips#00
A hubot script that grabs and displays the latest jstip.