Skip to content

Commit

Permalink
chore: normalized linting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon committed Jul 11, 2023
1 parent ed2db82 commit 42b6a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "update.js",
"scripts": {
"lint": "npx standard",
"lint": "standard .",
"lint:fix": "standard --fix .",
"test": "npm run lint"
},
"author": "Rod <[email protected]> (http://r.va.gg/)",
Expand Down

0 comments on commit 42b6a56

Please sign in to comment.