fnando/vscode-linter

npm gherkin-lint

atang-nh opened this issue · 0 comments

Hello,

It's not clear to me how to enable the Cucumber Lint (https://www.npmjs.com/package/gherkin-lint) with your Linter

On my local, it's set package.json

"scripts": {
"lint:feature": "gherkin-lint -c tests/.gherkin-lintrc"

Then npm run lint:feature to lint.

Ideally, could you add this to default?

Thank you