Linus Unnebäck
Linus Unnebäck
With the release of `1.0` of [multer](https://github.com/expressjs/multer) we switched to be W3C JSON forms compatible. The logic is contained in a separate module called [append-field](https://github.com/LinusU/node-append-field) which is an implementation of...
It's also very easy to write it so that it operates on a stream instead of a buffer which I think would be an advantage. That's how it works in...
New Rule: disallow bidirectional control characters and homoglyphs to mitigate trojan source attacks
@nzakas did you hear back from the security plugin folks?
Seems reasonable to me 👍
I'm +1 on `{argsIgnorePattern: '^_'}` Although in your example, why not just use `for (const [a, b] of someArray)`?
Not always, e.g. if you have a function that only cares about the first and fourth parameter you would have to use it: ```js foobar.registerCallback((foo, _, __, bar) => {...
I don't think standard picks up any new rules at all, if you want to configure your rules you'll probably have to use [`standardx`](https://github.com/standard/standardx). Maybe [eslint-config-standard-with-typescript](https://www.npmjs.com/package/eslint-config-standard-with-typescript) would suit your needs...
A lot of eco-system breakage, still think we should do this and mass send out PRs though, the rule is fixable. - `always` fail 75 - `properties` fail 58 Maybe...
PR is up https://github.com/standard/eslint-config-standard/pull/166 Just need to submit patches to all projects now 😄
Issue for `import/order`: #1490