Skip to content

Commit c5229c2

Browse files
authored
Added anchor
1 parent 342819f commit c5229c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@
17211721
}
17221722
```
17231723

1724-
<a name="classes--methods-use-this"></a>
1724+
<a name="classes--methods-use-this"></a><a name="9.7"></a>
17251725
- [9.7](#classes--methods-use-this) Class methods should use `this` or be made into a static method unless an external library or framework requires to use specific non-static methods. Being an instance method should indicate that it behaves differently based on properties of the receiver. eslint: [`class-methods-use-this`](https://eslint.org/docs/rules/class-methods-use-this)
17261726

17271727
```javascript

0 commit comments

Comments
 (0)