Line ending does not match format: lf

what exactly this error mean i got stuck here help me

There are different line ending formats.
In VSCode bottom right click on CRLF and then select in top dropdown LF.

1 Like

hey @jenovs can we just ignore those error or it should not?

Linters are there to help you avoid errors. Therefore you shouldn’t ignore linter messages. Either change your settings (like switch from CRLF to LF line endings) or disable particular rule in linter settings.

If you’re ignoring errors you may just remove the linter altogether.

1 Like

seeing so many error in each line kill me so I disable Linters
thanks for being there