run-node-formatter
run-node-formatter copied to clipboard
Automatically formats your code with your preferred code formatter! :rocket:
Hi, I have project which has 2-3 node.js sub-folders. I want formatter to only run on those. how can I do this please? Thanks!
It tries to run `node-gyp` for one of the dependencies. ``` > [email protected] install /github/workspace/node_modules/integer > node-gyp rebuild ``` When trying, it apparently tries to find a Python installation, which...
Make yarn use both `format` and `lint` script.