Why do I keep getting “[eslint] Delete `CR` [prettier/prettier]”?

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.

How to disable multiple rules for eslint nextline

If you want to disable multiple ESLint errors, you can do the following (note the commas): For the next line: // eslint-disable-next-line no-return-assign, no-param-reassign ( your code… ) For this line: ( your code… ) // eslint-disable-line no-return-assign, no-param-reassign Or alternatively for an entire code block (note that this only works with multi-line comment syntax): … Read more

Why do I keep getting Delete ‘cr’ [prettier/prettier]?

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.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)