sqlectron / sqlectron-core

https://sqlectron.github.io/
MIT License
221 stars 69 forks source link

update babel-eslint to ^7 #76

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

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.