Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 6edb9c2

Browse files
Merge pull request #3262 from Vinai/patch-17
Remove obsolete and overly restrictive rule
2 parents 2c1bc39 + c496fa2 commit 6edb9c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

guides/v2.2/coding-standards/technical-guidelines.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,9 +634,7 @@ We are reviewing this section and will publish it soon.
634634

635635
10.5.5. Modules MUST NOT have external side effects.
636636

637-
10.5.6. Function declarations MUST be used for private functions instead of function expressions.
638-
639-
10.5.7. Re-declaration of function names MUST NOT be used.
637+
10.5.6. Re-declaration of function names MUST NOT be used.
640638

641639
## 11. Testing
642640

0 commit comments

Comments
 (0)