Sergii Lavrin

Results 168 comments of Sergii Lavrin

https://github.com/sindresorhus/eslint-plugin-unicorn/blob/master/docs/rules/filename-case.md

> standard doesn't have to do everything. A package.json script that runs prettier then standard --fix should solve your problem and requires no changes to standard at all. That won't...

> I think this might be one of those things we look back at in a year and be like, why did we cling on manually formatting the code. Auto...

@yoshuawuyts If you read my conversation with Dan by following link above, you will see that I'm adept of Standard and defend it, thus I didn't mean to be hostile....

Ah, @feross. nevermind my earlier replies. To make this happen we will need attitude to make compromises and changes from both and Standard, and Prettier communities, to unite efforts and...

Do you mean backspace? Note, that in Chrome backspace no longer works.

Yesterday I've got an exactly same idea since I've constantly was forgetting to update changelog version after `npm version` command. Here is [our own flavor](https://github.com/LotusTM/Kotsu/blob/master/modules/changelog-version.js). If someone finds it useful...

It doesn't work in the background since `requestAnimationFrame` is used to read pixels data and is a driver behind rendering cycles. RAF is completely stopped when the tab is not...