chore: update lint scripts
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"dev": "pnpm run typedoc:md && vitepress dev src",
|
||||
"docs": "pnpm run typedoc:md && vitepress build src",
|
||||
"serve": "vitepress serve src",
|
||||
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix .",
|
||||
"lint": "eslint --ext .js,.ts,.vue ./",
|
||||
"typedoc:md": "typedoc --options ./typedoc.md.json",
|
||||
"typedocs": "typedoc --options ./typedoc.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user