Skip to content

Commit

Permalink
Docs: Add example for expression option (#12694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBarre authored and kaicataldo committed Dec 20, 2019
1 parent 6b774ef commit e3c570e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/func-style.md
Expand Up @@ -77,6 +77,8 @@ Examples of **correct** code for this rule with the default `"expression"` optio
var foo = function() {
// ...
};

var foo = () => {};
```

### declaration
Expand Down

0 comments on commit e3c570e

Please sign in to comment.