Skip to content

Commit ef05f27

Browse files
committed
chore: add cucumber.js to list of files to lint and /docs to .gitignore (#327)
Signed-off-by: Lance Ball <[email protected]>
1 parent 198abb6 commit ef05f27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ index.js
1212
/browser
1313
/bundles
1414
/dist
15+
/docs
1516

1617
# Runtime data
1718
pids

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"watch": "tsc --project tsconfig.json --watch",
88
"build": "tsc --project tsconfig.json && tsc --project tsconfig.browser.json && webpack",
9-
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}'",
9+
"lint": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' cucumber.js",
1010
"lint:fix": "eslint 'src/**/*.{js,ts}' 'test/**/*.{js,ts}' --fix",
1111
"pretest": "npm run lint && npm run conformance",
1212
"test": "mocha --require ts-node/register ./test/integration/**/*.ts",

0 commit comments

Comments
 (0)