mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 16:37:54 -05:00
@@ -666,7 +666,7 @@
|
||||
}
|
||||
```
|
||||
|
||||
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an emptyline before the comment.
|
||||
- Use `//` for single line comments. Place single line comments on a newline above the subject of the comment. Put an empty line before the comment.
|
||||
|
||||
```javascript
|
||||
// bad
|
||||
|
||||
Reference in New Issue
Block a user