Plugin for ESLint for find possible deoptimized code
-
Install
eslint-plugin-deopt
as a dev-dependency:npm install --save-dev eslint-plugin-deopt
-
Enable the plugin by adding it to your
.eslintrc
:plugins: - deopt
- uncached-parent-scope-ident
© 2016 Viktor Gvozdev [email protected] and contributors.
Released under the MIT license.