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

v3.3.0

Compare
Choose a tag to compare
@hzoo hzoo released this 21 Jun 20:26
· 65 commits to master since this release

New Feature

  • #64 Add func-params-comma-dangle rule @zertosh
  • babel/func-params-comma-dangle: Require or forbid trailing commas for function paramater lists. Behaves like, and takes the same options as, eslint's comma-dangle. (🛠 )
  • #62 Add auto-fix for arrow-parens @lemonmade