Skip to content

Commit

Permalink
fix(eslint): script error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghustavh97 committed May 14, 2021
1 parent 1312f78 commit d34780e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d34780e

Please sign in to comment.