Fix URL bug + Redundant call (#1110)

* Fix URL bug + Redundant call

* Fix prettier
This commit is contained in:
Geometrically
2023-04-21 14:48:23 -07:00
committed by GitHub
parent 5e3da71ce4
commit 5527170fab
4 changed files with 36 additions and 51 deletions

View File

@@ -8,7 +8,7 @@
"postinstall": "nuxi prepare",
"lint:js": "eslint --ext .js,.vue,.ts,.jsx,.tsx,.html,.vue .",
"lint": "npm run lint:js && prettier --check .",
"fix": "eslint --fix --ext .js,.vue,.ts,.jsx,.tsx,.html,.vue ."
"fix": "eslint --fix --ext .js,.vue,.ts,.jsx,.tsx,.html,.vue . && prettier --write ."
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",