From 885bfe95dc15bfe84f086aab1e194b3af5ff10db Mon Sep 17 00:00:00 2001 From: Henry Zhu Date: Sun, 29 Nov 2015 19:28:01 -0500 Subject: [PATCH] Merge pull request babel/eslint-plugin-babel#32 from hawkrives/patch-1 Fix typo in README rules section --- eslint/babel-eslint-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint/babel-eslint-plugin/README.md b/eslint/babel-eslint-plugin/README.md index 2d613fbf3a..d0b799a585 100644 --- a/eslint/babel-eslint-plugin/README.md +++ b/eslint/babel-eslint-plugin/README.md @@ -42,4 +42,4 @@ Each rule corresponds to a core `eslint` rule, and has the same options. - `babel/object-curly-spacing`: doesn't complain about `export x from "mod";` or `export * as x from "mod";` - `babel/object-shorthand`: doesn't fail when using object spread (`...obj`) - `babel/arrow-parens`: Handles async functions correctly -- `bael/no-await-in-loop`: guard against awaiting async functions inside of a loop +- `babel/no-await-in-loop`: guard against awaiting async functions inside of a loop