I think "format-js" tells me that it modifies the the JS-files - but it does not. It only lints the files.
I have also changed the documentation, to precise that JS-files are not builded, but only linted.
As a sidestep I have added package-lock.json generated by "npm install" to .gitignore
This fixes #29 .
I think "format-js" tells me that it modifies the the JS-files - but it does not. It only lints the files. I have also changed the documentation, to precise that JS-files are not builded, but only linted.
As a sidestep I have added package-lock.json generated by "npm install" to .gitignore