You've already forked AstralRinth
forked from didirus/AstralRinth
Fix URL bug + Redundant call (#1110)
* Fix URL bug + Redundant call * Fix prettier
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user