gulp-nodemon
gulp-nodemon copied to clipboard
Recipe for linting a single file change
Figuring out a simple solution how to lint a file that has changed recently with standardjs very easily. Without additional packages.
Has anyone such a recipe and is willing to add it to Readme? Thanks heaps
To clarify, I do not want to install the gulp-standard package but to call it directly with
standard --verbose changedFile.js