ni / javascript-styleguide

JavaScript and TypeScript Style Guide
MIT License
9 stars 9 forks source link

Add docs for invoking linter from pipelines #60

Closed jattasNI closed 2 years ago

jattasNI commented 3 years ago

Rationale

At the rollout of the lint rules to the web chapter, we got a request to include documentation about how to invoke the linter from a pipeline.

Implementation

Added basic instructions and code samples to the README.md for GitHub Actions and Azure Pipelines.

jattasNI commented 2 years ago

@rajsite bump to remind you to take a look at this PR which has been open for a while. It's just adding docs explaining how to add the linter to a pipeline.