Skip to content

Commit

Permalink
chore: add cucumber.js to list of files to lint and /docs to .gitigno…
Browse files Browse the repository at this point in the history
…re (#327)

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Sep 11, 2020
1 parent 198abb6 commit ef05f27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ index.js
/browser
/bundles
/dist
/docs

# Runtime data
pids
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"watch": "tsc --project tsconfig.json --watch",
"build": "tsc --project tsconfig.json && tsc --project tsconfig.browser.json && webpack",
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' cucumber.js",
"lint:fix": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' --fix",
"pretest": "npm run lint && npm run conformance",
"test": "mocha --require ts-node/register ./test/integration/**/*.ts",
Expand Down

0 comments on commit ef05f27

Please sign in to comment.