logue / vite-vuetify-ts-starter

@vitejs + @vuejs 3+@Vuetifyjs 3
MIT License
170 stars 37 forks source link

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

Open AndrianBalanescu opened 1 year ago

AndrianBalanescu commented 1 year ago

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

image image
logue commented 1 year ago

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.