Nitin Kumar

Results 221 comments of Nitin Kumar

I feel the ideal indentation should be as following: ```js /*eslint indent: "error"*/ if (true) { store( "", "", "a" ).then(() => { console.log("then") }).catch((e) => { console.log((e).message); }); }...

@peanutenthusiast yes, feel free to work on this. Let us know if you need any help.

@fasttime feel free to work on this.

This proposal makes sense to me 👍🏻. Any suggestions for the option's name?

👍🏻 for `allowObjectPatternsAsParameters `. Marking this as accepted.

I'm 👍🏻 on this proposal as I also feel it should be case-sensitive. This would be a breaking change definitely so it should fall under the next major release.

Marking this as accepted and adding it to the v9 board for tracking.

Since we already allow this for CLI, I feel it makes sense to support this with Nodejs API. I'd like to know what other team members think about this.