Skip to content

Commit

Permalink
chore: add lint:fix npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Dec 31, 2023
1 parent c5d6872 commit ad945ee
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 @@ -7,6 +7,7 @@
"types": "types/index.d.ts",
"scripts": {
"lint": "standard",
"lint:fix": "standard --fix",
"test": "npm run test:unit && npm run test:typescript",
"test:typescript": "tsd",
"test:unit": "tap"
Expand Down

0 comments on commit ad945ee

Please sign in to comment.