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

chore(lint): add linter for json,yaml #89

Closed tduyng closed 2 years ago

tduyng commented 2 years ago

Add linter for yaml and json

Close #83

Crow-EH commented 2 years ago

Don't include .prettierignore if it's empty.

Otherwise, LGTM 👍

tduyng commented 2 years ago

Don't include .prettierignore if it's empty.

Otherwise, LGTM 👍

that's true. Deleted!