Skip to content

Commit

Permalink
Fix fix script (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 6, 2021
1 parent bf2fe9e commit d61f383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit d61f383

Please sign in to comment.