Skip to content
New issue

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

Editing markdown throws Eslint errors [ESLint] Parsing error: Invalid character. (null) #9

Open
AndrianBalanescu opened this issue Dec 12, 2022 · 1 comment

Comments

@AndrianBalanescu
Copy link

Simply deleting a line in any .md will result in eslint throwing errors.
image
image

@logue
Copy link
Owner

logue commented Dec 19, 2022

This error occurs when you include a file in your project that contains text mixed with non-ASCII characters. Is the text encoding unified with UTF-8?

For example, files containing Hiragana, Kanji, Hangul, etc. may be copied as they are in Shift-JIS, Big5, or EUC-KR encoding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants