Merge pull request babel/eslint-plugin-babel#32 from hawkrives/patch-1
Fix typo in README rules section
This commit is contained in:
parent
1168d60564
commit
885bfe95dc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user