Anshul Chauhan

Results 30 comments of Anshul Chauhan

I don't know if I should work on this project anymore. The fixer API has changed since I made this.

Hi Matthieu, Yes, that's a needed feature. It'll be done in two days.

@teto Hi, I added the feature and some other stuff. Give it a spin and let me know.

and GitHub markdown now supports emojis, so this should be really a breeze https://gist.github.com/rxaviers/7360908

Will this be work of removing TSLint from `package.json` and adding new linter typescript-eslint, and migrating tslint configurations?

Sounds like a good-first-issue, I'll let some newcomers get this :pray:

Hi Ryan, I'd like to pick this up. If no has started working on it yet.

I need to investigate source code. But what I'm immediately looking for are the test cases that check this feature. So that I will be running them while development.

hi @lopopolo can you give me `airb` examples of "`push` should not flatten `Array` arguments" because I do not see the flattening ```ruby >>> [1,2,3].push([4]) => [1, 2, 3, [4]]...