CopyPastor

Detecting plagiarism made easy.

Score: 0.8683753878275553; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2022-08-03
by Rizwan

Original Post

Original - Posted on 2018-12-13
by Vah Run



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Try setting the `"endOfLine":"auto"` in your .prettierrc (or .prettierrc.json) file (inside the object) Or set
'prettier/prettier': [ 'error', { 'endOfLine': 'auto', } ]
inside the rules object of the eslintrc file. If you are using a windows machine endOfLine can be "crlf" basing on your git config.
Try setting the `"endOfLine":"auto"` in your **.prettierrc** (or .prettierrc.json) file (inside the object)
Or set
'prettier/prettier': [ 'error', { 'endOfLine': 'auto', } ]
inside the rules object of the **eslintrc** file.
If you are using windows machine endOfLine can be "crlf" basing on your git config.


        
Present in both answers; Present only in the new answer; Present only in the old answer;