This is required to do to update eslint in #66. eslint 4 moved to using eslint-scope instead of escope, which babel-eslint 7.2.2 is setup to detect. Updating eslint without updating babel-eslint will cause an error of escope not being able to be found.
This is required to do to update eslint in #66. eslint 4 moved to using
eslint-scope
instead ofescope
, which babel-eslint 7.2.2 is setup to detect. Updating eslint without updating babel-eslint will cause an error ofescope
not being able to be found.