JDaniloC / Biblecomment

A site to share the own comments about bible versicles. Made with React in the frontend, Express in the backend.
6 stars 3 forks source link

(JS-0048) Inconsistent newlines before and after dots #35

Closed JDaniloC closed 3 years ago

JDaniloC commented 3 years ago

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/

JDaniloC commented 3 years ago

Contraditory with pprettier!