If you are getting the error, an easy solution is to add an exception to your .eslintrc.js under object "rules" as following"
'prettier/prettier' : ['error', {
'endOfLine': 'auto'
}]
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)