Skip to content

Commit 8f5ee9b

Browse files
committed
fail tests on eslint warnings
1 parent 5be4a64 commit 8f5ee9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Convert YAML to JSON",
55
"main": "index.js",
66
"scripts": {
7-
"test": "eslint . && mocha"
7+
"test": "eslint --max-warnings 0 . && mocha"
88
},
99
"files": [
1010
"index.js",
@@ -47,6 +47,7 @@
4747
"dependencies": {
4848
"bufferstreams": "^2.0.0",
4949
"js-yaml": "^3.11.0",
50+
"object-assign": "^4.1.1",
5051
"plugin-error": "^1.0.1",
5152
"replace-ext": "^1.0.0",
5253
"through2": "^2.0.0"

0 commit comments

Comments
 (0)