[pretty] prettier

This commit is contained in:
Tim Gröger 2021-11-15 22:53:30 +01:00
parent a974d2d245
commit 9be678b74f
2 changed files with 2 additions and 3 deletions

View File

@ -14,7 +14,7 @@
},
"main": "src/index.ts",
"scripts": {
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.ts'",
"pretty": "prettier --config ./package.json --write '{,!(node_modules)/**/}*.{ts,vue}'",
"lint": "eslint --ext .js,.ts,.vue ./src"
},
"devDependencies": {
@ -39,4 +39,3 @@
"arrowParens": "always"
}
}

View File

@ -157,4 +157,4 @@ export default defineComponent({
&:hover
background: rgba(255, 255, 255, 0.14)
border-bottom: 1px solid #fff
</style>
</style>