

Never give style feedback on a pull request again!

Style is checked automatically when you run npm test $ npm test Note: by default standard will look for all files matching the patterns: Standard instead of your shell: $ standard "src/util/**/*.js" "test/**/*.js" Sure to quote paths containing glob patterns so that they are expanded by You can optionally pass in a directory (or directories) using the glob pattern. If you've installed standard locally, run with npx instead: $ npx standard

Lib/torrent.js:950:11: Expected '=' and instead saw '='. Simplest use case would be checking the style of all JavaScript files in the

UsageĪfter you've installed standard, you should be able to use the standard program. Note: To run the preceding commands, Node.js and npm must be installed. Or, you can install standard locally, for use in a single project: $ npm install standard -save-dev Run the following command in Terminal: $ npm install standard -global The easiest way to use JavaScript Standard Style is to install it globally as a
