[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", "main": "src/index.ts",
"scripts": { "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" "lint": "eslint --ext .js,.ts,.vue ./src"
}, },
"devDependencies": { "devDependencies": {
@ -39,4 +39,3 @@
"arrowParens": "always" "arrowParens": "always"
} }
} }

View File

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