ekino / veggies

:sparkles: :rocket: Veggies is an awesome cucumberjs library for API/CLI testing. Great for testing APIs built upon Express, Koa, HAPI, Loopback and others. It's also the perfect companion for testing CLI applications built with commander, meow & Co.
https://ekino.github.io/veggies/
MIT License
90 stars 18 forks source link

Add yaml linting #83

Closed Crow-EH closed 2 years ago

Crow-EH commented 2 years ago

We should add a yaml linter, on localhost and CI, to reduce noise in pull requests.

fthouraud commented 2 years ago

You can have a look at gherking/gherkin-io which is a simple parser including formatting feature.

Crow-EH commented 2 years ago

We can do it with prettier directly (plus we're talking about yaml, not gherkin 😄 )

fthouraud commented 2 years ago

We can do it with prettier directly (plus we're talking about yaml, not gherkin 😄 )

Well, I've missed the topic I guess. 😅

And you're right, Prettier should do the job 👍