babel / babel-eslint

:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)

Home Page:https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orphaned 'patch-eslint-scope.js' reference

lbogdan opened this issue · comments

In babel-eslint@10.0.1 there's an orphaned reference to patch-eslint-scope.js, which was removed in #689:

require("./patch-eslint-scope")(parserOptions);

As we use babel-eslint in CodeSandbox, and version 11 has a breaking change, we had to fork and fix this in codesandbox@eea3bac . Is there a way to fix that and publish a new 10.0.2 version? Thanks!

commented

Fine with me! Would accept a PR too but I'll just do it now

commented

#773 for 10.0.2