Skip to content

Commit 4b5dc8c

Browse files
committed
Auto-generated commit
1 parent 878f91e commit 4b5dc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

is-arrow-function/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var isArrowFunction = require( '@stdlib/assert/is-arrow-function' );
3434

3535
Tests if a `value` is a an [`arrow function`][mdn-arrow-function] such as `( a, b ) => a + b`, `x => x`, or `( x ) => { return x*x; }`.
3636

37-
<!-- eslint-disable func-style, no-restricted-syntax -->
37+
<!-- eslint-disable func-style, no-restricted-syntax, node/no-unsupported-features/es-syntax -->
3838

3939
```javascript
4040
var beep = () => {
@@ -60,7 +60,7 @@ bool = isArrowFunction( boop );
6060

6161
## Examples
6262

63-
<!-- eslint-disable func-style, no-restricted-syntax, no-empty-function -->
63+
<!-- eslint-disable func-style, no-restricted-syntax, no-empty-function, node/no-unsupported-features/es-syntax -->
6464

6565
<!-- eslint no-undef: "error" -->
6666

0 commit comments

Comments
 (0)