Last active
July 31, 2018 15:41
-
-
Save lukehorvat/3a51e56a22cc032e75e467eafb300b7f to your computer and use it in GitHub Desktop.
Revisions
-
lukehorvat revised this gist
Jul 31, 2018 . No changes.There are no files selected for viewing
-
lukehorvat created this gist
Jul 31, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ { "rules": { "no-restricted-syntax": [ "error", "[generator=true]", "[async=true]", "AwaitExpression" ] } }