lint on save #4042
Unanswered
pixelpaulaus
asked this question in
Help
lint on save
#4042
Replies: 1 comment 2 replies
-
This is something you have to setup inside your IDE. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project which I initially setup without eslint.
But now I want it eslint in this project.
I have added all the dependencies and eslint values into my package file. And it works when I run
npm run lint
But is there a way for it to lint on the watcher for when I save a file?
Beta Was this translation helpful? Give feedback.
All reactions