JavaScript allows you to place newlines before or after a dot in a member expression. Consistency in placing a newline before or after the dot can greatly increase readability. #### Example - The not-preferred way : js var foo = object .property; #### Example - The preferred way : …
Occurrences
There are 149 occurrences of this issue in the repository.
Description
JavaScript allows you to place newlines before or after a dot in a member expression. Consistency in placing a newline before or after the dot can greatly increase readability. #### Example - The not-preferred way :
js var foo = object .property;
#### Example - The preferred way : …Occurrences
There are 149 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/JDaniloC/Biblecomment/issue/JS-0048/occurrences/