Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #32 from hawkrives/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README rules section
  • Loading branch information
hzoo committed Nov 30, 2015
2 parents b274f90 + dcd6c38 commit e8d3bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e8d3bc0

Please sign in to comment.