DEV Community

Seyed Hamid Mirghafouri
Seyed Hamid Mirghafouri

Posted on

"[eslint] Delete `CR` [prettier/prettier]"

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'
}]

Top comments (0)