Skip to content

Commit

Permalink
chore: adding lint:fix npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Aug 11, 2023
1 parent 6cdf392 commit 8a31458
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "node index.js",
"start:dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"*.js\" --fix"
"lint": "eslint \"*.js\"",
"lint:fix": "eslint \"*.js\" --fix"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 8a31458

Please sign in to comment.