You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
I'm getting no-undef errors trying to lint ES6 new.target with babel-eslint (espree feature 'newTarget'). I guess this is something that must be adressed in babel-eslint?
FWIW, it can be worked around by defining 'new' and 'target' as known globabls.
I'm getting
no-undeferrors trying to lint ES6new.targetwith babel-eslint (espree feature 'newTarget'). I guess this is something that must be adressed in babel-eslint?FWIW, it can be worked around by defining 'new' and 'target' as known globabls.