Skip to content

Commit

Permalink
Add fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
SnaBe committed Mar 5, 2023
1 parent 8793830 commit ca976a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "index.d.ts",
"scripts": {
"test": "mocha --require dotenv/config --timeout 5000",
"fix": "eslint -c .eslintrc.json . --fix",
"lint": "eslint -c .eslintrc.json ."
},
"repository": {
Expand Down

0 comments on commit ca976a4

Please sign in to comment.