diff --git a/package.json b/package.json index a8d0d08..6a1c403 100755 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "scripts": { "debug": "node scripts/debug.js", - "lint": "node_modules/.bin/eslint --src test ./", + "lint": "node_modules/.bin/eslint -- src test ./", "lint:fix": "node_modules/.bin/eslint --fix src test ./", "test:only": "nyc mocha test/main.test.js && mocha test/output.test.js", "test": "nyc mocha test/main.test.js && mocha test/output.test.js && npm run lint",