orourleyjpl

Results 2 comments of orourleyjpl

I'm running into this same issue. It looks like it's caused by a line in the rule's `report()` function: ``` if (!isParenthesisedTwice(node)) { ``` [link](https://github.com/eslint-stylistic/eslint-stylistic/blob/ca2aabc52a9d219cd16889cc9c4ea8b04d6af054/packages/eslint-plugin/rules/no-extra-parens/no-extra-parens._js_.ts#L437) It seems to only do...

We are running into this same issue but with fsevents. The relvant portion of our output log: ``` > rm -rf node_modules && npm ci --quiet --no-fund; [ -f src/configs/config.js...