Robat Williams

Results 78 comments of Robat Williams

Note that the fork https://github.com/ota-meshi/eslint-plugin-es-x has now become https://github.com/eslint-community/eslint-plugin-es-x

Came here after reading in this 2018 blog post that adding options to the repl [was being worked on.](https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets#preventing-proposal-lock-in). Due to the [removal of default behaviour from proposal plugins](https://babeljs.io/blog/2018/07/27/removing-babels-stage-presets#preventing-proposal-lock-in), it...

Hi. There's a lot of information there. Although the JSON format is nice to consume, this structure is not so much - it looks very much like an internal data...

Quite a few (but we're working on that), but what we have more of is files and imports - it's a large codebase, and I'm trying to use this rule...

Yes, I don't see that it's used for this validation though. Looks like a validation of the rule configuration, that the `excepts` does not backtrack to a parent of `from`....

It does, but I don't see it (`importPath`) or `absoluteImportPath` used on L88-89 to validate the exception paths themselves: ```javascript const hasValidExceptionPaths = absoluteExceptionPaths .every((absoluteExceptionPath) => isValidExceptionPath(absoluteFrom, absoluteExceptionPath)) ``` It's...

It is in use by the company I work for, as part of our website's publishing toolchain. While that toolchain is in regular use, it's "done" and working - not...

Hi, thanks for bringing this up. I'm not the owner of the repo, so didn't receive a security notification from GitHub. We specify `^0.3.5`, anyone installing it will get `0.7.0`...

Let's continue this discussion on the PR, as it's not the subject of this issue.

Perhaps it could be made available to the CompletionFn