0.1.3 • Published 6 years ago

eslint-plugin-disable-features v0.1.3

Weekly downloads
438
License
MIT
Repository
github
Last release
6 years ago

Build status

eslint-plugin-disable-features

Greenkeeper badge

Contains rules to disable certain features, e.g., async / await

Rules

  • disable-async-await: a rule to disable async / await in your application
  • disable-generator-functions: a rule to disable generator functions in your application
  • disable-typeof-checks: a rule to disable typeof checks