Tag: watch

  1. Javascript linting in "hot reload" mode

    When I started to work with Javascript, I found such thing as Javascript lint. it's quite useful since it allows for teams to use same code standards and agreements. That's why I decided to add linting to my project as well. For that I had to : Install Eslint npm install…

    on javascript eslint watch eslint-watch hot-reload