How would you run something like eslint locally? (contributing)
So I'm wanting to contribute to
eslint_d
but I have no clue how to run it locally. How do you test your local changes that you want to attempt to make with a package like this?2 Replies
https://github.com/mantoni/eslint_d.js/issues/219 this is the issue that I'm wanting to see if I can address
GitHub
False Positive Error for Error: Failed to load plugin 'plugin' decl...
Currently, I'm running into an issue which is purely unique to eslint_d and doesn't persist with eslint The package in question is eslint-plugin-firebase-functions. Easiest way to d...
and I have the code in front of me on my local system, but I have no clue what to do as far as trying to get it to work
oh nevermind, I figured it out. You would call
node bin/eslint.js path/to/file
on what you're wanting to run