Skip to content

Commit

Permalink
chore: add lint:fix command (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haythamasalama authored Jun 27, 2023
1 parent 103a208 commit 2451541
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 @@ -23,6 +23,7 @@
"dev": "nuxi dev docs",
"build:docs": "nuxi generate docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxi typecheck",
"prepare": "nuxi prepare docs",
"release": "release-it"
Expand Down

1 comment on commit 2451541

@vercel
Copy link

@vercel vercel bot commented on 2451541 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-git-dev-nuxtlabs.vercel.app
ui-nuxtlabs.vercel.app
ui.nuxtlabs.com

Please sign in to comment.