Steven Hargrove

Results 19 issues of Steven Hargrove

Hello, I am reviewing some code at new job involving usage of `new require('ioredis').Cluster()` - and am noticing that previous author has created several instances of this in the same...

stale

* [x] Are you running the latest version? * [X] Have you included sample input, output, error, and expected output? * [X] Have you checked if you are using correct...

enhancement

- `fs.existsSync` preceding a `fs.readFileSync` is 2 sync io operations that can/should be 1. - in browser, makes sense to ignore all errors for xhr reqs - but, in node...

For some reason, in the latest release of this plugin - importing or requiring of 'node:test' or 'test'. results in the rule `n/no-missing-import` to falsely report `"node:test" is not found`

I think there is a lot of value in this. If you agree, I'd like to submit a PR which accomplishes this. For starters, this will allow sqwuak to be...

Choose one: is this a bug report or feature request? Bug ### Input Code Example repo: https://github.com/hulkish/babel-jsx-self-constant-elements-bug ```js const react = require('react'); const Component = react.Component; class MyComponent { render()...

area: react

Currently, [this logic is flawed](https://github.com/benmosher/eslint-plugin-import/blob/master/src/rules/no-extraneous-dependencies.js#L34) so that if you set `packageDir` option to either string or array - it will override the `readPkgUp` logic. I think this logic should remain,...

bug

Running https://github.com/facebook/jest/ as a an example workspace with jest plugin enabled, by default yields the following resource usage: These are actually really abrasive defaults. I suspect the unmanaged spawning and...

stale