Skip to content
This repository was archived by the owner on May 24, 2022. It is now read-only.

Commit 1a3249d

Browse files
author
Flurin Egger
committed
Add line on commenting language
1 parent 44f4a15 commit 1a3249d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ Forked from the excellent Airbnb JavaScript Style Guide, slightly modified to fi
643643
644644
## <a name='comments'>Comments</a>
645645
646+
- Always write comments in English. Translate where necessary.
647+
646648
- Use `/** ... */` for multiline comments. Include a description, specify types and values for all parameters and return values.
647649
648650
```javascript

0 commit comments

Comments
 (0)