Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

'cr' eslint error

Weary Wolf answered on March 13, 2023 Popularity 3/10 Helpfulness 2/10

Contents


More Related Answers

  • delete cr eslint(prettier/prettier)
  • delete cr eslint
  • [eslint] Delete 'cr' [prettier/prettier]
  • delete cr eslint
  • npm start error eslint

  • 'cr' eslint error

    0

    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. 

    Popularity 3/10 Helpfulness 2/10 Language whatever
    Link to this answer
    Share Copy Link
    Contributed on Mar 13 2023
    Weary Wolf
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.