We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b774ef commit e3c570eCopy full SHA for e3c570e
1 file changed
docs/rules/func-style.md
@@ -77,6 +77,8 @@ Examples of **correct** code for this rule with the default `"expression"` optio
77
var foo = function() {
78
// ...
79
};
80
+
81
+var foo = () => {};
82
```
83
84
### declaration
0 commit comments