[pretty] prettier
This commit is contained in:
parent
a974d2d245
commit
9be678b74f
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -157,4 +157,4 @@ export default defineComponent({
|
|||
&:hover
|
||||
background: rgba(255, 255, 255, 0.14)
|
||||
border-bottom: 1px solid #fff
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue