0.0.1 • Published 7 years ago

eslint-plugin-deopt v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-plugin-deopt

Build Status npm version License Downloads

dependencies devDependencies peerDependencies

Downloads graph

Plugin for ESLint for find possible deoptimized code

In progress, not stable

Usage

  1. Install eslint-plugin-deopt as a dev-dependency:

    npm install --save-dev eslint-plugin-deopt
  2. Enable the plugin by adding it to your .eslintrc:

    plugins:
      - deopt

Rules

  • uncached-parent-scope-ident

Author

© 2016 Viktor Gvozdev gvozdev.viktor@gmail.com and contributors.

License

Released under the MIT license.