We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
In default vim configuration, binary option is off.
binary
Is that mean, append newline character automatically at end of file when saving current buffer.
So i ran eslint -c .eslintrc myfile.js there is no 'eol-last' errors.
eslint -c .eslintrc myfile.js
But, validator plugin in vim warning no end of new line at file because no 'eol' character while editing file.
no end of new line at file
So i switch vim editing mode to not prepend newline when saving current buffer. (:set binary) but this seems to weird.
I think that is not problem.. but need some way to avoid this situation.
The text was updated successfully, but these errors were encountered:
Totally have this problem also
Sorry, something went wrong.
No branches or pull requests
Hi
In default vim configuration,
binary
option is off.Is that mean, append newline character automatically at end of file when saving current buffer.
So i ran
eslint -c .eslintrc myfile.js
there is no 'eol-last' errors.But, validator plugin in vim warning
no end of new line at file
because no 'eol' character while editing file.So i switch vim editing mode to not prepend newline when saving current buffer. (:set binary) but this seems to weird.
I think that is not problem.. but need some way to avoid this situation.
The text was updated successfully, but these errors were encountered: