I just created a new vue-cli project using vue create my-project-name
and although i manually didn't install eslint still when i save a javascript file without semi-colons they automatically get added, how do i prevent this? I think it might be babel causing this.
Asked
Active
Viewed 256 times
1

Philogy
- 283
- 1
- 12
-
You should be able to configure that in the extension settings (assuming you're using VS Code). It could be a number of things; Prettier, Vuetify, or ESLint itself, depending on what you have installed. – Len Joseph Jun 04 '19 at 17:37
-
@LenJoseph i'm afraid i'm not using VS Code i'm using neovim – Philogy Jun 04 '19 at 18:03
-
It may be a good idea to modify your question to include that environment so people who work with it will find your inquiry. – Len Joseph Jun 04 '19 at 18:14