Nov 22, 2022
0
Level 12
Configure eslint and prettier to only update on file save
I'm running Neovim on an underpowered virtual machine. I pulled in eslint and prettier as npm dev dependencies for a Vue3 project. I want to keep them but I'm getting noticeable input lag.
Anyone know how to configure a Vite project so that eslint and prettier do not update on text change and only run on file save?
Please or to participate in this conversation.