Détail du package

eslint-plugin-disable-features

brendenpalmer32.6kMIT0.1.3

eslint plugin that contains rules to disable certain features

eslint, eslintplugin, eslint-plugin

readme

Build status

eslint-plugin-disable-features

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

changelog

0.1.3 (October 18, 2017)

  • Support Node 4

0.1.2 (September 13, 2017)

  • Add ArrowFunctionExpression to disable-async-await

0.1.1 (August 27, 2017)

Features

  • A rule to disable generator functions

0.1.0 (August 15, 2017)

Features

  • The initial plugin
  • A rule to disable async / await