Skip to content

Commit

Permalink
Fix fix script (#823)
Browse files Browse the repository at this point in the history
XhmikosR authored Oct 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bf2fe9e commit d61f383
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
@@ -8,7 +8,7 @@
},
"scripts": {
"lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .",
"fix": "npm run eslint -- --fix",
"fix": "npm run lint -- --fix",
"mocha": "mocha",
"test": "mocha"
},

0 comments on commit d61f383

Please sign in to comment.