Merge pull request babel/eslint-plugin-babel#32 from hawkrives/patch-1

Fix typo in README rules section
This commit is contained in:
Henry Zhu 2015-11-29 19:28:01 -05:00
parent 1168d60564
commit 885bfe95dc

View File

@ -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