Skip to content

Instantly share code, notes, and snippets.

@lukehorvat
Last active July 31, 2018 15:41
Show Gist options
  • Select an option

  • Save lukehorvat/3a51e56a22cc032e75e467eafb300b7f to your computer and use it in GitHub Desktop.

Select an option

Save lukehorvat/3a51e56a22cc032e75e467eafb300b7f to your computer and use it in GitHub Desktop.

Revisions

  1. lukehorvat revised this gist Jul 31, 2018. No changes.
  2. lukehorvat created this gist Jul 31, 2018.
    10 changes: 10 additions & 0 deletions ban-generators-and-async.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    {
    "rules": {
    "no-restricted-syntax": [
    "error",
    "[generator=true]",
    "[async=true]",
    "AwaitExpression"
    ]
    }
    }