Skip to content

Commit

Permalink
chore: add lint fix script (nuxt-hub#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbapapazes authored May 27, 2024
1 parent 7f44f18 commit b2761cc
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 @@ -33,6 +33,7 @@
"docs:build": "nuxi generate docs",
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest watch"
},
Expand Down

0 comments on commit b2761cc

Please sign in to comment.