polygonplanet / sublime-text-eslint

ESLint any JavaScript file in Sublime Text
24 stars 7 forks source link

fix: eslint removed CLIEngine from v8 #29

Closed cheungmk closed 2 years ago

cheungmk commented 2 years ago

The CLIEngine class has been deprecated from eslint v7 and removed from eslint v8 The ESLint class has added since eslint v7

28

polygonplanet commented 2 years ago

@cheungmk Thanks to you, the plugin was able to support both the eslint old and new versions. Thank you!